show "none" for gnomeprint in the summary when building wxBase instead of nothing at all

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-01-15 17:38:05 +00:00
parent 684eee12d8
commit 6d1ce8685f
2 changed files with 2 additions and 4 deletions

4
configure vendored
View File

@@ -32247,8 +32247,6 @@ echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_
flag="-D_REENTRANT"
if test "x$GCC" != "xyes"; then
flag="$flag -D_RWSTD_MULTI_THREAD"
LIBS="$LIBS -lcma"
fi
;;
*solaris* | alpha*-osf*)
@@ -43144,7 +43142,7 @@ echo " odbc ${wxUSE_ODBC}"
echo " expat ${wxUSE_EXPAT}"
echo " libmspack ${wxUSE_LIBMSPACK}"
echo " sdl ${wxUSE_LIBSDL}"
echo " gnomeprint ${wxUSE_LIBGNOMEPRINT}"
echo " gnomeprint ${wxUSE_LIBGNOMEPRINT-none}"
echo ""

View File

@@ -6487,7 +6487,7 @@ echo " odbc ${wxUSE_ODBC}"
echo " expat ${wxUSE_EXPAT}"
echo " libmspack ${wxUSE_LIBMSPACK}"
echo " sdl ${wxUSE_LIBSDL}"
echo " gnomeprint ${wxUSE_LIBGNOMEPRINT}"
echo " gnomeprint ${wxUSE_LIBGNOMEPRINT-none}"
echo ""