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 *