X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5e66eee1434309e54eb8a6cc767d2f41d5323e58..eff41ee7f5bdc004ce36b9ca06b42961cdd01885:/utils/configure.in?ds=sidebyside diff --git a/utils/configure.in b/utils/configure.in index 5e94e089db..39a4a5f333 100644 --- a/utils/configure.in +++ b/utils/configure.in @@ -3,6 +3,12 @@ AC_REVISION($Id$)dnl AC_INIT(Makefile.in) +dnl we need the values the main configure determined for us, so refuse +dnl to run if we don't have them +if test "x$wx_cv_use_gui" = "x"; then + AC_MSG_ERROR([Please run configure from the top level directory.]) +fi + GL_TOOLKIT_DIR=$wx_cv_path_glcanvas USE_GUI=$wx_cv_use_gui USE_RESOURCES=$wx_cv_use_resources