changeset 4325:df4108bfbe1e SDL-1.2

Merged fix from SDL 1.3
author Sam Lantinga <slouken@libsdl.org>
date Mon, 12 Oct 2009 23:21:19 +0000
parents 1496aa09e41e
children a156aea07417
files configure.in
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Mon Oct 12 21:07:12 2009 +0000
+++ b/configure.in	Mon Oct 12 23:21:19 2009 +0000
@@ -363,7 +363,7 @@
                 fi
             fi
             alsa_lib_spec=`echo $ALSA_LIBS | sed 's/.*-L\([[^ ]]*\).*/\1\/libasound.so.*/'`
-            if [ x$alsa_lib_spec = x ]; then
+            if test x$alsa_lib_spec = x; then
                 alsa_lib_spec="/usr/$base_libdir/libasound.so.*"
             fi
             alsa_lib=`ls -- $alsa_lib_spec | sed 's/.*\/\(.*\)/\1/; q'`
@@ -462,7 +462,7 @@
 AC_HELP_STRING([--enable-esd-shared], [dynamically load ESD audio support [[default=yes]]]),
                           , enable_esd_shared=yes)
             esd_lib_spec=`echo $ESD_LIBS | sed 's/.*-L\([[^ ]]*\).*/\1\/libesd.so.*/'`
-            if [ x$esd_lib_spec = x ]; then
+            if test x$esd_lib_spec = x; then
                 esd_lib_spec="/usr/$base_libdir/libesd.so.*"
             fi
             esd_lib=`ls -- $esd_lib_spec | sed 's/.*\/\(.*\)/\1/; q'`
@@ -522,7 +522,7 @@
                 fi
             fi
             pulse_lib_spec=`echo $PULSE_LIBS | sed 's/.*-L\([[^ ]]*\).*/\1\/libpulse-simple.so.*/'`
-            if [ x$pulse_lib_spec = x ]; then
+            if test x$pulse_lib_spec = x; then
                 pulse_lib_spec="/usr/$base_libdir/libpulse-simple.so.*"
             fi
             pulse_lib=`ls -- $pulse_lib_spec | sed 's/.*\/\(.*\)/\1/; q'`
@@ -645,7 +645,7 @@
                 fi
             fi
             nas_lib_spec=`echo $NAS_LIBS | sed 's/.*-L\([[^ ]]*\).*/\1\/libaudio.so.*/'`
-            if [ x$nas_lib_spec = x ]; then
+            if test x$nas_lib_spec = x ; then
                 nas_lib_spec="/usr/$base_libdir/libaudio.so.*"
             fi
             nas_lib=`ls -- $nas_lib_spec | sed 's/.*\/\(.*\)/\1/; q'`