"cd utils; make" should not try to compile dialoged unless
wxUSE_RESOURCES=yes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
3
utils/configure
vendored
3
utils/configure
vendored
@@ -525,6 +525,8 @@ fi
|
||||
|
||||
GL_TOOLKIT_DIR=$wx_cv_path_glcanvas
|
||||
USE_GUI=$wx_cv_use_gui
|
||||
USE_RESOURCES=$wx_cv_use_resources
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -688,6 +690,7 @@ 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
|
||||
|
Reference in New Issue
Block a user