made the configure summary message a bit more pretty

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-10-04 16:47:26 +00:00
parent e722a0b9d9
commit c20c9f8034
2 changed files with 492 additions and 502 deletions

983
configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -5315,17 +5315,16 @@ dnl report on what we decided to do
echo
echo "Configured wxWindows ${WX_VERSION} for \`${host}'"
echo ""
echo " Should wxWindows use a graphic toolkit? ${wxUSE_GUI}"
echo " Which toolkit should wxWindows use? ${TOOLKIT}"
echo " Which GUI toolkit should wxWindows use? ${TOOLKIT:-base only}"
echo " Should wxWindows be compiled in debug mode? ${wxUSE_DEBUG}"
echo " Should wxWindows be compiled in debug mode? ${wxUSE_DEBUG-no}"
echo " Should wxWindows be linked as a shared library? ${wxUSE_SHARED}"
echo " Which libraries should wxWindows use?"
echo " jpeg ${wxUSE_LIBJPEG}"
echo " png ${wxUSE_LIBPNG}"
echo " jpeg ${wxUSE_LIBJPEG-none}"
echo " png ${wxUSE_LIBPNG-none}"
echo " regex ${wxUSE_REGEX}"
echo " tiff ${wxUSE_LIBTIFF}"
echo " tiff ${wxUSE_LIBTIFF-none}"
echo " zlib ${wxUSE_ZLIB}"
echo ""