]> git.saurik.com Git - wxWidgets.git/blobdiff - configure.in
For autoconf/unix builds update the hardcoded afm dir too.
[wxWidgets.git] / configure.in
index b7ba447ca81eb6dcdf85e639a377b754e0969828..acf701009e42ba441c2b2196833c0fe1dd0754e2 100644 (file)
@@ -5808,7 +5808,7 @@ if test "$wxUSE_MAC" = 1 ; then
     LDFLAGS="$LDFLAGS -framework Carbon -framework Cocoa -framework System"
 fi
 if test "$wxUSE_COCOA" = 1 ; then
-    LDFLAGS="$LDFLAGS -framework Cocoa -framework System"
+    LDFLAGS="$LDFLAGS -framework Cocoa"
 fi
 
 dnl FIXME: should this be covered by the conditional above