1.1 --- a/configure.in Mon Oct 12 21:07:12 2009 +0000
1.2 +++ b/configure.in Mon Oct 12 23:21:19 2009 +0000
1.3 @@ -363,7 +363,7 @@
1.4 fi
1.5 fi
1.6 alsa_lib_spec=`echo $ALSA_LIBS | sed 's/.*-L\([[^ ]]*\).*/\1\/libasound.so.*/'`
1.7 - if [ x$alsa_lib_spec = x ]; then
1.8 + if test x$alsa_lib_spec = x; then
1.9 alsa_lib_spec="/usr/$base_libdir/libasound.so.*"
1.10 fi
1.11 alsa_lib=`ls -- $alsa_lib_spec | sed 's/.*\/\(.*\)/\1/; q'`
1.12 @@ -462,7 +462,7 @@
1.13 AC_HELP_STRING([--enable-esd-shared], [dynamically load ESD audio support [[default=yes]]]),
1.14 , enable_esd_shared=yes)
1.15 esd_lib_spec=`echo $ESD_LIBS | sed 's/.*-L\([[^ ]]*\).*/\1\/libesd.so.*/'`
1.16 - if [ x$esd_lib_spec = x ]; then
1.17 + if test x$esd_lib_spec = x; then
1.18 esd_lib_spec="/usr/$base_libdir/libesd.so.*"
1.19 fi
1.20 esd_lib=`ls -- $esd_lib_spec | sed 's/.*\/\(.*\)/\1/; q'`
1.21 @@ -522,7 +522,7 @@
1.22 fi
1.23 fi
1.24 pulse_lib_spec=`echo $PULSE_LIBS | sed 's/.*-L\([[^ ]]*\).*/\1\/libpulse-simple.so.*/'`
1.25 - if [ x$pulse_lib_spec = x ]; then
1.26 + if test x$pulse_lib_spec = x; then
1.27 pulse_lib_spec="/usr/$base_libdir/libpulse-simple.so.*"
1.28 fi
1.29 pulse_lib=`ls -- $pulse_lib_spec | sed 's/.*\/\(.*\)/\1/; q'`
1.30 @@ -645,7 +645,7 @@
1.31 fi
1.32 fi
1.33 nas_lib_spec=`echo $NAS_LIBS | sed 's/.*-L\([[^ ]]*\).*/\1\/libaudio.so.*/'`
1.34 - if [ x$nas_lib_spec = x ]; then
1.35 + if test x$nas_lib_spec = x ; then
1.36 nas_lib_spec="/usr/$base_libdir/libaudio.so.*"
1.37 fi
1.38 nas_lib=`ls -- $nas_lib_spec | sed 's/.*\/\(.*\)/\1/; q'`