Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Missed converting PULSE to PULSEAUDIO
  • Loading branch information
slouken committed Oct 13, 2009
1 parent a3015d7 commit f1b01a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.in
Expand Up @@ -763,11 +763,11 @@ AC_HELP_STRING([--enable-pulseaudio-shared], [dynamically load PulseAudio suppor
, enable_pulseaudio_shared=yes)
if test "x`echo $PULSEAUDIO_LIBS | grep -- -L`" = "x"; then
if test "x`ls /$base_libdir/libpulse-simple.so.* 2> /dev/null`" != "x"; then
PULSE_LIBS="-L/$base_libdir $PULSE_LIBS"
PULSEAUDIO_LIBS="-L/$base_libdir $PULSEAUDIO_LIBS"
elif test "x`ls /usr/$base_libdir/libpulse-simple.so.* 2> /dev/null`" != "x"; then
PULSE_LIBS="-L/usr/$base_libdir $PULSE_LIBS"
PULSEAUDIO_LIBS="-L/usr/$base_libdir $PULSEAUDIO_LIBS"
elif test "x`ls /usr/local/$base_libdir/libpulse-simple.so.* 2> /dev/null`" != "x"; then
PULSE_LIBS="-L/usr/local/$base_libdir $PULSE_LIBS"
PULSEAUDIO_LIBS="-L/usr/local/$base_libdir $PULSEAUDIO_LIBS"
fi
fi
pulseaudio_lib_spec=`echo $PULSEAUDIO_LIBS | sed 's/.*-L\([[^ ]]*\).*/\1\/libpulse-simple.so.*/'`
Expand Down

0 comments on commit f1b01a5

Please sign in to comment.