Changeset 1332 for portaudio/branches/v19-devel/configure
- Timestamp:
- 02/04/08 17:21:35 (10 months ago)
- Files:
-
- 1 modified
-
portaudio/branches/v19-devel/configure (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
