output "GTK+ 2" toolkit for gtk2 builds

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29141 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2004-09-14 15:33:07 +00:00
parent 55c9a18696
commit 4d4ff94c65
2 changed files with 874 additions and 1093 deletions

1950
configure vendored

File diff suppressed because one or more lines are too long

View File

@ -6076,6 +6076,19 @@ AC_SUBST(HOST_SUFFIX)
AC_SUBST(CPPUNIT_CFLAGS)
AC_SUBST(CPPUNIT_LIBS)
case "$TOOLKIT" in
GTK)
TOOLKIT_USER="GTK+"
if test "$WXGTK20" = 1; then
TOOLKIT_USER="$TOOLKIT_USER 2"
fi
;;
*)
TOOLKIT_USER=$TOOLKIT_LOWERCASE
;;
esac
AC_BAKEFILE
@ -6368,11 +6381,11 @@ done
AC_OUTPUT
dnl report on what we decided to do
dnl report how we have been configured
echo
echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
echo ""
echo " Which GUI toolkit should wxWidgets use? ${TOOLKIT_LOWERCASE:-base only}"
echo " Which GUI toolkit should wxWidgets use? ${TOOLKIT_USER:-base only}"
echo " Should wxWidgets be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
echo " Should wxWidgets be compiled in debug mode? ${wxUSE_DEBUG:-no}"