Francois Gouget : configure: Fix the 'no sound card' warning.

Alexandre Julliard julliard at winehq.org
Fri Aug 1 05:33:43 CDT 2008


Module: wine
Branch: master
Commit: 3089a9f27f1be708427a7279c84233a984007d53
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3089a9f27f1be708427a7279c84233a984007d53

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Thu Jul 31 18:59:50 2008 +0200

configure: Fix the 'no sound card' warning.

---

 configure    |    2 +-
 configure.ac |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 840367f..a1b6fac 100755
--- a/configure
+++ b/configure
@@ -16108,7 +16108,7 @@ _ACEOF
 fi
 
 
-if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESD_LIBS$ac_cv_lib_soname_jack" = "x" -a \
+if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
         "$ac_cv_header_soundcard_h" != "yes" -a \
diff --git a/configure.ac b/configure.ac
index 3ac2c96..62fcd0b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1192,7 +1192,7 @@ dnl **** Check for libodbc ****
 WINE_CHECK_SONAME(odbc,SQLConnect,,[AC_DEFINE_UNQUOTED(SONAME_LIBODBC,["libodbc.$LIBEXT"])])
 
 dnl **** Check for any sound system ****
-if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESD_LIBS$ac_cv_lib_soname_jack" = "x" -a \
+if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
         "$ac_cv_header_soundcard_h" != "yes" -a \




More information about the wine-cvs mailing list