configure: Remove some dead code.

This commit is contained in:
Alexandre Julliard 2010-05-28 20:32:47 +02:00
parent 64da36b61a
commit 271f5fbd97
2 changed files with 0 additions and 12 deletions

6
configure vendored
View File

@ -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

View File

@ -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