From 271f5fbd97dfa29f0ef0a06565d9de389c47a98d Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Fri, 28 May 2010 20:32:47 +0200 Subject: [PATCH] configure: Remove some dead code. --- configure | 6 ------ configure.ac | 6 ------ 2 files changed, 12 deletions(-) diff --git a/configure b/configure index 82d8cb8b39f..82d969b5a54 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 a338d8cfefe..21c02036d17 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 -- 2.11.4.GIT