1 dnl Process this file with autoconf to produce a configure script.
6 dnl we need the values the main configure determined for us, so refuse
7 dnl to run if we don't have them
8 if test "x$wx_cv_use_gui" = "x"; then
9 AC_MSG_ERROR([Please run configure from the top level directory.])
12 GL_TOOLKIT_DIR=$wx_cv_path_glcanvas
13 USE_GUI=$wx_cv_use_gui
14 USE_RESOURCES=$wx_cv_use_resources
15 AC_SUBST(GL_TOOLKIT_DIR)
17 AC_SUBST(USE_RESOURCES)