X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/d250d01dd2d624e367e01c7f16cc7e207b016888..f5fd9a6b25366f98a20468ca9bda64c4313db09e:/configure.ac diff --git a/configure.ac b/configure.ac index 1e465ab..e0de228 100644 --- a/configure.ac +++ b/configure.ac @@ -91,7 +91,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 CoreAudio" fi browser=open AC_MSG_CHECKING([Mac OS X target version])