fixed incorrect output of wx-config --libs for wxBAse

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24061 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-10-03 12:07:57 +00:00
parent 9ffa72272b
commit 57e7d4ac1b
2 changed files with 23 additions and 5 deletions

24
configure vendored

File diff suppressed because one or more lines are too long

View File

@@ -5541,6 +5541,10 @@ if test "$wxUSE_HTML" = "yes" ; then
CORE_GUI_LIBS="html $CORE_GUI_LIBS"
fi
if test "$wxUSE_GUI" != "yes"; then
CORE_GUI_LIBS=""
fi
AC_SUBST(CORE_BASE_LIBS)
AC_SUBST(CORE_GUI_LIBS)