added checks to prevent running sub configure scripts directly (they can only
be executed by the top level configure) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18752 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
4
utils/configure
vendored
4
utils/configure
vendored
@@ -523,6 +523,10 @@ fi
|
||||
|
||||
|
||||
|
||||
if test "x$wx_cv_path_glcanvas" = "x"; then
|
||||
{ echo "configure: error: Please run configure from the top level directory." 1>&2; exit 1; }
|
||||
fi
|
||||
|
||||
GL_TOOLKIT_DIR=$wx_cv_path_glcanvas
|
||||
USE_GUI=$wx_cv_use_gui
|
||||
USE_RESOURCES=$wx_cv_use_resources
|
||||
|
Reference in New Issue
Block a user