Only build HelpGen in wxBase, since it will #error (this will maybe fix

some tinderboxes...).


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18165 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2002-12-09 18:06:31 +00:00
parent d7f6918abd
commit 27635a90c7
5 changed files with 14 additions and 5 deletions

3
utils/configure vendored
View File

@@ -524,6 +524,8 @@ fi
GL_TOOLKIT_DIR=$wx_cv_path_glcanvas
USE_GUI=$wx_cv_use_gui
trap '' 1 2 15
@@ -685,6 +687,7 @@ s%@oldincludedir@%$oldincludedir%g
s%@infodir@%$infodir%g
s%@mandir@%$mandir%g
s%@GL_TOOLKIT_DIR@%$GL_TOOLKIT_DIR%g
s%@USE_GUI@%$USE_GUI%g
CEOF
EOF