]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/configure.in
* Added gsockcocoa.c to files list
[wxWidgets.git] / utils / configure.in
index 31cc26b5582185afda96679955c985b0250bf9e7..39a4a5f333b5b1e5724e6fa2cca5e1a2e6f3db9d 100644 (file)
@@ -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