]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/configure
"cd utils; make" should not try to compile dialoged unless
[wxWidgets.git] / utils / configure
index 04188df6ab9ee2cc7159fce2b4b4a3b02a4b916c..679182990981a87bde068aae9b7abba2cc4d1ffa 100755 (executable)
@@ -524,6 +524,10 @@ fi
 
 
 GL_TOOLKIT_DIR=$wx_cv_path_glcanvas
+USE_GUI=$wx_cv_use_gui
+USE_RESOURCES=$wx_cv_use_resources
+
+
 
 
 trap '' 1 2 15
@@ -685,6 +689,8 @@ 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
+s%@USE_RESOURCES@%$USE_RESOURCES%g
 
 CEOF
 EOF