Changeset 1332
- Timestamp:
- 02/04/08 17:21:35 (7 months ago)
- Location:
- portaudio/branches/v19-devel
- Files:
-
- 2 modified
-
configure (modified) (1 diff)
-
configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
portaudio/branches/v19-devel/configure
r1330 r1332 21717 21717 if [ $have_alsa = "yes" ] && [ $with_alsa != "no" ] ; then 21718 21718 DLL_LIBS="$DLL_LIBS -lasound" 21719 LIBS="$LIBS -lasound" 21719 21720 OTHER_OBJS="$OTHER_OBJS src/hostapi/alsa/pa_linux_alsa.o" 21720 21721 cat >>confdefs.h <<\_ACEOF -
portaudio/branches/v19-devel/configure.in
r1330 r1332 300 300 if [[ $have_alsa = "yes" ] && [ $with_alsa != "no" ]] ; then 301 301 DLL_LIBS="$DLL_LIBS -lasound" 302 LIBS="$LIBS -lasound" 302 303 OTHER_OBJS="$OTHER_OBJS src/hostapi/alsa/pa_linux_alsa.o" 303 304 AC_DEFINE(PA_USE_ALSA)
