Alexandre Julliard : configure: Remove some dead code.

Alexandre Julliard julliard at winehq.org
Mon May 31 11:21:35 CDT 2010


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri May 28 20:32:47 2010 +0200

configure: Remove some dead code.

---

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

diff --git a/configure b/configure
index 82d8cb8..82d969b 100755
--- a/configure
+++ b/configure
@@ -6544,12 +6544,6 @@ fi
     then
                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
 
-        ac_save_LIBS="$LIBS"
-        if test "$ac_cv_header_AudioToolbox_AudioConverter_h" = "yes"
-        then
-            LIBS="$LIBS $COREAUDIO"
-            LIBS="$ac_save_LIBS"
-        fi
     fi
     if test "$ac_cv_header_OpenAL_al_h" = "yes"
     then
diff --git a/configure.ac b/configure.ac
index a338d8c..21c0203 100644
--- a/configure.ac
+++ b/configure.ac
@@ -704,12 +704,6 @@ case $host_os in
     then
         dnl CoreServices needed by AudioUnit
         AC_SUBST(COREAUDIO,"-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI")
-        ac_save_LIBS="$LIBS"
-        if test "$ac_cv_header_AudioToolbox_AudioConverter_h" = "yes"
-        then
-            LIBS="$LIBS $COREAUDIO"
-            LIBS="$ac_save_LIBS"
-        fi
     fi
     if test "$ac_cv_header_OpenAL_al_h" = "yes"
     then




More information about the wine-cvs mailing list