output Unicode/UTF-8 settings on a single line

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2007-05-05 20:39:18 +00:00
parent 02191df4b1
commit faa5c14f8c
2 changed files with 14055 additions and 13905 deletions

27950
configure vendored

File diff suppressed because one or more lines are too long

View File

@ -8175,9 +8175,15 @@ echo " Should wxWidgets be compiled into single library? ${wxUSE_MONOLITH
echo " Should wxWidgets be compiled in debug mode? ${wxUSE_DEBUG:-no}"
echo " Should wxWidgets be linked as a shared library? ${wxUSE_SHARED:-no}"
echo " Should wxWidgets be compiled in Unicode mode? ${wxUSE_UNICODE:-no}"
echo -n " Should wxWidgets support Unicode? ${wxUSE_UNICODE:-no}"
if test "$wxUSE_UNICODE" = "yes"; then
echo " Should wxWidgets use UTF-8 internally? ${wxUSE_UNICODE_UTF8:-no}"
if test "$wxUSE_UNICODE_UTF8" = "yes"; then
echo " (using UTF-8)"
else
echo " (using wchar_t)"
fi
else
echo
fi
echo " What level of wxWidgets compatibility should be enabled?"