summaryrefslogtreecommitdiff
path: root/aconfigure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'aconfigure.ac')
-rw-r--r--aconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/aconfigure.ac b/aconfigure.ac
index 05695f76..d6bdf57f 100644
--- a/aconfigure.ac
+++ b/aconfigure.ac
@@ -533,7 +533,7 @@ if test "$enable_sound" = "no"; then
else
case $target in
arm-apple-darwin*)
- LIBS="$LIBS -framework CoreAudio -framework CoreFoundation -framework AudioToolbox"
+ LIBS="$LIBS -framework CoreAudio -framework CoreFoundation -framework AudioToolbox -framework CFNetwork"
AC_MSG_RESULT([Checking sound device backend... AudioUnit])
;;
*darwin*)