X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/2a3fcff17b9844f7799c547c795a8ca811d1f794..888b8031dcbb859ffb8afbfee2c66ef97363141a:/configure.ac diff --git a/configure.ac b/configure.ac index 1e465ab..62b0584 100644 --- a/configure.ac +++ b/configure.ac @@ -41,6 +41,7 @@ want_coreaudio=yes # Checks for programs. AC_PROG_CC +AM_PROG_CC_C_O AC_PROG_AWK AC_SET_MAKE if test "x$GCC" = xyes; then @@ -91,7 +92,7 @@ case "$host" in *-apple-darwin* ) AC_MSG_RESULT([Mac OS X]) if test $want_coreaudio = yes; then - COREAUDIO="-framework CoreAudio" + COREAUDIO="-framework CoreFoundation -framework CoreServices -framework CoreAudio" fi browser=open AC_MSG_CHECKING([Mac OS X target version])