diff --git a/configure b/configure index ba1037222..e817c5614 100755 --- a/configure +++ b/configure @@ -2,7 +2,7 @@ # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.53 for wsjt 0.9. # -# $Id: configure.ac 73 2006-01-10 02:43:23Z va3db $ +# $Id: configure.ac 74 2006-01-10 04:30:03Z va3db $ # # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. @@ -924,7 +924,7 @@ 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 73 2006-01-10 02:43:23Z va3db $ +$Id: configure.ac 74 2006-01-10 04:30:03Z va3db $ _ACEOF exit 0 fi @@ -5634,7 +5634,7 @@ _ACEOF AUDIO="jtaudio.c start_threads.c" - LDFLAGS="${LDFLAGS} -lportaudio" + LDFLAGS="${LDFLAGS} -lportaudio -lsamplerate" CFLAGS="${CFLAGS} -DUSE_PORTAUDIO" CPPFLAGS="${CPPFLAGS} -DUSE_PORTAUDIO" fi diff --git a/configure.ac b/configure.ac index 6cfe929b6..fec6be215 100644 --- a/configure.ac +++ b/configure.ac @@ -231,7 +231,7 @@ dnl XXX if test "$portaudio" = yes; then AC_DEFINE(USE_PORTAUDIO, 1, [Define if you want PORTAUDIO used.]) AC_SUBST(AUDIO, "jtaudio.c start_threads.c") - LDFLAGS="${LDFLAGS} -lportaudio" + LDFLAGS="${LDFLAGS} -lportaudio -lsamplerate" CFLAGS="${CFLAGS} -DUSE_PORTAUDIO" CPPFLAGS="${CPPFLAGS} -DUSE_PORTAUDIO" fi