X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/e3002eb9f618d7498f21933a2e8552d42ffcc7fc..94ddd3e3779fee737969ffcbb0e8f161548d4e0f:/configure.ac diff --git a/configure.ac b/configure.ac index e0de228..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 CoreFoundation -framework CoreAudio" + COREAUDIO="-framework CoreFoundation -framework CoreServices -framework CoreAudio" fi browser=open AC_MSG_CHECKING([Mac OS X target version])