From beac55defb416415fbb5977faec37e4bba47b4cd Mon Sep 17 00:00:00 2001 From: Diane Bruce Date: Wed, 2 Aug 2006 10:12:59 +0000 Subject: [PATCH] - Fixed typo that broke portaudio git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@227 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- configure | 6 +++--- configure.ac | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure b/configure index 3acf58e7a..c476c69e9 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 222 2006-08-02 00:13:52Z va3db $ +# $Id: configure.ac 226 2006-08-02 03:47:38Z 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 222 2006-08-02 00:13:52Z va3db $ +$Id: configure.ac 226 2006-08-02 03:47:38Z va3db $ _ACEOF exit 0 fi @@ -6741,7 +6741,7 @@ _ACEOF NEEDPORTAUDIO="portaudio-v19/lib/libportaudio.a" - LDFLAGS="-Lportaudio-v19/lib/libportaudio.a ${LDFLAGS} -lsamplerate" + LDFLAGS="portaudio-v19/lib/libportaudio.a ${LDFLAGS} -lsamplerate" else NEEDPORTAUDIO="" diff --git a/configure.ac b/configure.ac index 32fd07297..d021f3a8d 100644 --- a/configure.ac +++ b/configure.ac @@ -307,7 +307,7 @@ if test "$portaudio" = yes; then AC_DEFINE(USE_PORTAUDIO, 1, [Define if you want PORTAUDIO used.]) AC_SUBST(AUDIO, "a2d.f90 jtaudio.c start_portaudio.c") AC_SUBST(NEEDPORTAUDIO, "portaudio-v19/lib/libportaudio.a") - LDFLAGS="-Lportaudio-v19/lib/libportaudio.a ${LDFLAGS} -lsamplerate" + LDFLAGS="portaudio-v19/lib/libportaudio.a ${LDFLAGS} -lsamplerate" else AC_SUBST(NEEDPORTAUDIO, "") fi