Show
Ignore:
Timestamp:
02/04/08 17:21:35 (10 months ago)
Author:
aknudsen
Message:

From Peter Grayson: fix pkg-config when using ALSA

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • portaudio/branches/v19-devel/configure

    r1330 r1332  
    2171721717        if [ $have_alsa = "yes" ] && [ $with_alsa != "no" ] ; then 
    2171821718           DLL_LIBS="$DLL_LIBS -lasound" 
     21719           LIBS="$LIBS -lasound" 
    2171921720           OTHER_OBJS="$OTHER_OBJS src/hostapi/alsa/pa_linux_alsa.o" 
    2172021721           cat >>confdefs.h <<\_ACEOF