]> git.saurik.com Git - wxWidgets.git/blobdiff - configure.in
Updating configure.in to work with wxWebKit.
[wxWidgets.git] / configure.in
index 097230bc13df452a4419951d25e2dd13e45e0b80..b083c5c8804aaa43c093adb3500041c7b08058e4 100644 (file)
@@ -5610,6 +5610,9 @@ if test "$wxUSE_HTML" = "yes"; then
     AC_DEFINE(wxUSE_HTML)
     USE_HTML=1
     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
+    if test "$wxUSE_MAC" = 1; then
+        SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html/htmlctrl"
+    fi
 fi
 
 if test "$wxUSE_MENUS" = "yes"; then
@@ -5821,7 +5824,7 @@ dnl note that we always link with -lm except for Mac OS X
 dnl extended.c uses floor() and is always linked in
 
 if test "$wxUSE_MAC" = 1 ; then
-    LDFLAGS="$LDFLAGS -framework Carbon -framework System"
+    LDFLAGS="$LDFLAGS -framework Carbon -framework Cocoa -framework WebKit -framework System"
 fi
 if test "$wxUSE_COCOA" = 1 ; then
     LDFLAGS="$LDFLAGS -framework Cocoa -framework System"