From: Vadim Zeitlin Date: Sat, 15 Jan 2005 17:38:05 +0000 (+0000) Subject: show "none" for gnomeprint in the summary when building wxBase instead of nothing... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6d1ce8685f674a1cb9fd1ad6ee460a3059af5bd0?ds=sidebyside 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 --- diff --git a/configure b/configure index 30be15b7c3..39e35286c2 100755 --- a/configure +++ b/configure @@ -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 "" diff --git a/configure.in b/configure.in index b14e520d57..bc04d854b2 100644 --- a/configure.in +++ b/configure.in @@ -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 ""