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:
4
configure
vendored
4
configure
vendored
@@ -32247,8 +32247,6 @@ echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_
|
|||||||
flag="-D_REENTRANT"
|
flag="-D_REENTRANT"
|
||||||
if test "x$GCC" != "xyes"; then
|
if test "x$GCC" != "xyes"; then
|
||||||
flag="$flag -D_RWSTD_MULTI_THREAD"
|
flag="$flag -D_RWSTD_MULTI_THREAD"
|
||||||
|
|
||||||
LIBS="$LIBS -lcma"
|
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
*solaris* | alpha*-osf*)
|
*solaris* | alpha*-osf*)
|
||||||
@@ -43144,7 +43142,7 @@ echo " odbc ${wxUSE_ODBC}"
|
|||||||
echo " expat ${wxUSE_EXPAT}"
|
echo " expat ${wxUSE_EXPAT}"
|
||||||
echo " libmspack ${wxUSE_LIBMSPACK}"
|
echo " libmspack ${wxUSE_LIBMSPACK}"
|
||||||
echo " sdl ${wxUSE_LIBSDL}"
|
echo " sdl ${wxUSE_LIBSDL}"
|
||||||
echo " gnomeprint ${wxUSE_LIBGNOMEPRINT}"
|
echo " gnomeprint ${wxUSE_LIBGNOMEPRINT-none}"
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
|
@@ -6487,7 +6487,7 @@ echo " odbc ${wxUSE_ODBC}"
|
|||||||
echo " expat ${wxUSE_EXPAT}"
|
echo " expat ${wxUSE_EXPAT}"
|
||||||
echo " libmspack ${wxUSE_LIBMSPACK}"
|
echo " libmspack ${wxUSE_LIBMSPACK}"
|
||||||
echo " sdl ${wxUSE_LIBSDL}"
|
echo " sdl ${wxUSE_LIBSDL}"
|
||||||
echo " gnomeprint ${wxUSE_LIBGNOMEPRINT}"
|
echo " gnomeprint ${wxUSE_LIBGNOMEPRINT-none}"
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user