X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/27635a90c70478f22f716e57a549fbb3d52c997a..eff41ee7f5bdc004ce36b9ca06b42961cdd01885:/utils/configure?ds=inline diff --git a/utils/configure b/utils/configure index 3baa1cb446..a85526b819 100755 --- a/utils/configure +++ b/utils/configure @@ -523,8 +523,14 @@ fi +if test "x$wx_cv_use_gui" = "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 + @@ -688,6 +694,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