Mercurial > sdl-ios-xcode
changeset 3388:be67ddef6617
Missed converting PULSE to PULSEAUDIO
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 13 Oct 2009 05:30:29 +0000 |
parents | 05499ec8c022 |
children | 3fe2248fde37 |
files | configure.in |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Mon Oct 12 19:47:01 2009 +0000 +++ b/configure.in Tue Oct 13 05:30:29 2009 +0000 @@ -763,11 +763,11 @@ , 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.*/'`