X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1fd16ce13cec7eb0b4ddf4566c86a7830950a5d4..0f5cc041d2eff0510d205530e20c86b6cb00cedf:/utils/configure.in diff --git a/utils/configure.in b/utils/configure.in index 31cc26b558..39a4a5f333 100644 --- a/utils/configure.in +++ b/utils/configure.in @@ -5,7 +5,7 @@ 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_path_glcanvas" = "x"; then +if test "x$wx_cv_use_gui" = "x"; then AC_MSG_ERROR([Please run configure from the top level directory.]) fi