]> git.saurik.com Git - wxWidgets.git/blobdiff - configure.in
Changed values passed to SetClientSize() in CreateWidgets() so that buttons are not...
[wxWidgets.git] / configure.in
index 7d051d6dbf5d706fee3e44c00634d667d672f6bf..d0be0cf4768d31f260e8f5f17bb9c027295bbd1d 100644 (file)
@@ -1415,7 +1415,7 @@ if test "$wxUSE_GTK" = 1; then
     fi
 
     TOOLKIT_INCLUDE="$GTK_CFLAGS"
-    GUI_TK_LIBRARY="$GTK_LIBS"
+    GUI_TK_LIBRARY="$GTK_LIBS -ldl"
     TOOLKIT=GTK
   
     GUIOBJS=GTK_GUIOBJS
@@ -2346,7 +2346,7 @@ fi
 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
     if test "$wxUSE_GTK" = 1; then
         if test "$WXGTK12" != 1; then
-            AC_MSG_WARN([Drag and drop is only supported under wxGTK 2.1])
+            AC_MSG_WARN([Drag and drop is only supported under GTK+ 1.2])
            wxUSE_DRAG_AND_DROP=no
         fi
     fi
@@ -2717,6 +2717,7 @@ AC_OUTPUT([
            samples/minimal/Makefile
            samples/notebook/Makefile
             samples/printing/Makefile
+            samples/proplist/Makefile
            samples/sashtest/Makefile
            samples/scroll/Makefile
            samples/splitter/Makefile
@@ -2728,7 +2729,18 @@ AC_OUTPUT([
            samples/validate/Makefile
            samples/wxpoem/Makefile
            samples/wxsocket/Makefile
+           samples/html/Makefile
            samples/html/about/Makefile
+           samples/html/help/Makefile
+           samples/html/printing/Makefile
+           samples/html/test/Makefile
+           samples/html/zip/Makefile
+           samples/html/virtual/Makefile
+           samples/html/widget/Makefile
+           utils/Makefile
+           utils/wxMMedia2/Makefile
+           utils/wxMMedia2/lib/Makefile
+           utils/wxMMedia2/sample/Makefile
           ],
           [
             chmod +x wx-config