Commit 271f5fbd authored by Alexandre Julliard's avatar Alexandre Julliard

configure: Remove some dead code.

parent 64da36b6
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment