Mercurial > sdl-ios-xcode
comparison configure.in @ 3388:be67ddef6617
Missed converting PULSE to PULSEAUDIO
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 13 Oct 2009 05:30:29 +0000 |
parents | 294fb5e6f301 |
children | 802e5d85b90c |
comparison
equal
deleted
inserted
replaced
3387:05499ec8c022 | 3388:be67ddef6617 |
---|---|
761 AC_ARG_ENABLE(pulseaudio-shared, | 761 AC_ARG_ENABLE(pulseaudio-shared, |
762 AC_HELP_STRING([--enable-pulseaudio-shared], [dynamically load PulseAudio support [[default=yes]]]), | 762 AC_HELP_STRING([--enable-pulseaudio-shared], [dynamically load PulseAudio support [[default=yes]]]), |
763 , enable_pulseaudio_shared=yes) | 763 , enable_pulseaudio_shared=yes) |
764 if test "x`echo $PULSEAUDIO_LIBS | grep -- -L`" = "x"; then | 764 if test "x`echo $PULSEAUDIO_LIBS | grep -- -L`" = "x"; then |
765 if test "x`ls /$base_libdir/libpulse-simple.so.* 2> /dev/null`" != "x"; then | 765 if test "x`ls /$base_libdir/libpulse-simple.so.* 2> /dev/null`" != "x"; then |
766 PULSE_LIBS="-L/$base_libdir $PULSE_LIBS" | 766 PULSEAUDIO_LIBS="-L/$base_libdir $PULSEAUDIO_LIBS" |
767 elif test "x`ls /usr/$base_libdir/libpulse-simple.so.* 2> /dev/null`" != "x"; then | 767 elif test "x`ls /usr/$base_libdir/libpulse-simple.so.* 2> /dev/null`" != "x"; then |
768 PULSE_LIBS="-L/usr/$base_libdir $PULSE_LIBS" | 768 PULSEAUDIO_LIBS="-L/usr/$base_libdir $PULSEAUDIO_LIBS" |
769 elif test "x`ls /usr/local/$base_libdir/libpulse-simple.so.* 2> /dev/null`" != "x"; then | 769 elif test "x`ls /usr/local/$base_libdir/libpulse-simple.so.* 2> /dev/null`" != "x"; then |
770 PULSE_LIBS="-L/usr/local/$base_libdir $PULSE_LIBS" | 770 PULSEAUDIO_LIBS="-L/usr/local/$base_libdir $PULSEAUDIO_LIBS" |
771 fi | 771 fi |
772 fi | 772 fi |
773 pulseaudio_lib_spec=`echo $PULSEAUDIO_LIBS | sed 's/.*-L\([[^ ]]*\).*/\1\/libpulse-simple.so.*/'` | 773 pulseaudio_lib_spec=`echo $PULSEAUDIO_LIBS | sed 's/.*-L\([[^ ]]*\).*/\1\/libpulse-simple.so.*/'` |
774 if test x$pulse_lib_spec = x; then | 774 if test x$pulse_lib_spec = x; then |
775 pulse_lib_spec="/usr/$base_libdir/libpulse-simple.so.*" | 775 pulse_lib_spec="/usr/$base_libdir/libpulse-simple.so.*" |