From 1b3f94fc3bc973a35dd4c5da74944dc230ad9a4f Mon Sep 17 00:00:00 2001 From: Diane Bruce Date: Thu, 10 Aug 2006 21:49:40 +0000 Subject: [PATCH] - Fixed typo that prevented -lrt from being added to build for portaudio git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@258 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- configure | 8 ++++---- configure.ac | 2 +- wsjt.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configure b/configure index 53d881d91..41ea97e7a 100755 --- a/configure +++ b/configure @@ -2,7 +2,7 @@ # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59 for wsjt 5.9.2. # -# $Id: configure.ac 246 2006-08-09 19:51:29Z va3db $ +# $Id: configure.ac 256 2006-08-10 19:36:41Z va3db $ # # Copyright (C) 2003 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation @@ -976,7 +976,7 @@ Copyright (C) 2003 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. -$Id: configure.ac 246 2006-08-09 19:51:29Z va3db $ +$Id: configure.ac 256 2006-08-10 19:36:41Z va3db $ _ACEOF exit 0 fi @@ -4885,9 +4885,9 @@ fi echo "$as_me:$LINENO: result: $ac_cv_lib_rt_clock_gettime" >&5 echo "${ECHO_T}$ac_cv_lib_rt_clock_gettime" >&6 if test $ac_cv_lib_rt_clock_gettime = yes; then - RTLIBS="" -else RTLIBS="-lrt" +else + RTLIBS="" fi diff --git a/configure.ac b/configure.ac index f4ca6a333..a7d81d1ad 100644 --- a/configure.ac +++ b/configure.ac @@ -135,7 +135,7 @@ if test "$gcc_cv_header_string" = "yes"; then AC_DEFINE(STRING_WITH_STRINGS, 1, [Define to 1 if string.h may be included along with strings.h]) fi -AC_CHECK_LIB(rt, clock_gettime, [RTLIBS=""], [RTLIBS="-lrt"]) +AC_CHECK_LIB(rt, clock_gettime, [RTLIBS="-lrt"], [RTLIBS=""]) AC_CHECK_SIZEOF(int64_t) AC_CHECK_SIZEOF(long long) diff --git a/wsjt.py b/wsjt.py index 9f753e942..6c0f26af4 100644 --- a/wsjt.py +++ b/wsjt.py @@ -1,4 +1,4 @@ -#---------------------------------------------------------------- WSJT +#----------------------------------------------------------------- WSJT # $Date$ $Revision$ # from Tkinter import *