]> git.saurik.com Git - wxWidgets.git/blobdiff - configure.in
Fix some bugs
[wxWidgets.git] / configure.in
index 9927e582c5db4317966527dc506c00ce13ecb5e8..fbdbf57aff29ae00e225981c4147245f8b047789 100644 (file)
@@ -5735,6 +5735,9 @@ if test "$wxUSE_MAC" = 1 ; then
     if test "$wxUSE_SOUND" = "yes"; then
        LDFLAGS="$LDFLAGS -framework QuickTime"
     fi
+    if test "$USE_DARWIN" = 1; then
+       LDFLAGS="$LDFLAGS -framework IOKit"
+    fi
     LDFLAGS="$LDFLAGS -framework Carbon -framework Cocoa -framework System"
 fi
 if test "$wxUSE_COCOA" = 1 ; then