From: Francesco Montorsi Date: Mon, 14 Jan 2008 11:18:30 +0000 (+0000) Subject: added AC_SUBST for EXTRALIBS_STC which was missing and caused wx-config to print... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c1e810219269a43721e73f4065541dfd939ff930?ds=sidebyside added AC_SUBST for EXTRALIBS_STC which was missing and caused wx-config to print @EXTRALIBS_STC@ on the output line of --libs option git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure.in b/configure.in index 35663dbe39..1ce40e84bb 100644 --- a/configure.in +++ b/configure.in @@ -7425,6 +7425,7 @@ AC_SUBST(EXTRALIBS_MEDIA) AC_SUBST(EXTRALIBS_GUI) AC_SUBST(EXTRALIBS_OPENGL) AC_SUBST(EXTRALIBS_SDL) +AC_SUBST(EXTRALIBS_STC) AC_SUBST(WITH_PLUGIN_SDL) AC_SUBST(EXTRALIBS_GTKPRINT) AC_SUBST(EXTRALIBS_GNOMEPRINT)