configure: Remove some dead code.
This commit is contained in:
parent
64da36b61a
commit
271f5fbd97
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue