From 558282a81b6aa4107ee680b582995cde2a085f75 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 16 Apr 2005 19:42:51 +0000 Subject: [PATCH] New --with-gtk=VALUE syntax git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33679 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/docs/BUILD.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wxPython/docs/BUILD.txt b/wxPython/docs/BUILD.txt index 8b1abf3bbb..7fe299fef0 100644 --- a/wxPython/docs/BUILD.txt +++ b/wxPython/docs/BUILD.txt @@ -97,11 +97,11 @@ place, then do the same for wxPython. --enable-monolithic \ - By default GTK2 will be selected if its development pacakge is - installed on your build system. To force the use of GTK 1.2.x - instead add this flag:: + By default GTK 2.x will be used for the build. If you woudl rather + use GTK 1.2.x for some reason then you can force configure to use + it by changing the --with-gtk flag to specify it like this:: - --disable-gtk2 \ + --with-gtk=1 \ To make the wxWidgets build be unicode enabled (strongly recommended if you are building with GTK2) then add the following.