summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d7aaf07b..ac01ad5b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -233,7 +233,7 @@ dnl AC_CHECK_LIB([ICE], [main], [HAVE_ICE=yes;ICE_LIBS="-lICE";AC_SUBST(ICE_L
AS_IF([test "${enable_alsa}" != "no"], [
PKG_CHECK_MODULES(ALSA_DEPS, alsa, HAVE_ALSA=yes, HAVE_ALSA=no)
])
-a
+
AC_CHECK_HEADER([CoreAudio/AudioHardware.h], [found_coreaudio_h=yes], [found_coreaudio_h=no])
AS_IF([test "${enable_coreaudio}" != "no" -a "${found_coreaudio_h}" != "no"], [