fix for missing AC_SUBST(SAMPLES_SUBDIRS)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5892 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3379,9 +3379,12 @@ if test "$wxUSE_GUI" = "yes"; then
|
||||
])
|
||||
|
||||
dnl It's needed in glcanvas/Makefile.in so we even have to subst this hack!
|
||||
GL_TOOLKIT_DIR=$wx_cv_PATH_glcanvas
|
||||
GL_TOOLKIT_DIR=$wx_cv_path_glcanvas
|
||||
AC_SUBST(GL_TOOLKIT_DIR)
|
||||
|
||||
dnl another hack: we need to pass SAMPLES_SUBDIRS to the configure in
|
||||
dnl samples and the only way to do it is, again, use the cache
|
||||
wx_cv_path_samplesubdirs=$SAMPLES_SUBDIRS
|
||||
AC_CONFIG_SUBDIRS(demos samples utils)
|
||||
fi
|
||||
dnl from wxUSE_GUI
|
||||
|
Reference in New Issue
Block a user