]> git.saurik.com Git - wxWidgets.git/commitdiff
show "none" for gnomeprint in the summary when building wxBase instead of nothing...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 15 Jan 2005 17:38:05 +0000 (17:38 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 15 Jan 2005 17:38:05 +0000 (17:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index 30be15b7c3c4acade507758b33ca23a1a8befc7e..39e35286c25475c193c405413317feab559a6db3 100755 (executable)
--- 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 ""
 
index b14e520d57e6aefbededb04633a7995cc6c317c7..bc04d854b25b6fcf6c6fbd850086f0d0d4ed848c 100644 (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 ""