show something in the summary when --enable-debug was explicitly given too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -22353,8 +22353,8 @@ echo "Configured wxWindows ${WX_VERSION} for \`${host}'"
|
||||
echo ""
|
||||
echo " Which GUI toolkit should wxWindows use? ${TOOLKIT:-base only}"
|
||||
|
||||
echo " Should wxWindows be compiled in debug mode? ${wxUSE_DEBUG-no}"
|
||||
echo " Should wxWindows be linked as a shared library? ${wxUSE_SHARED}"
|
||||
echo " Should wxWindows be compiled in debug mode? ${wxUSE_DEBUG:-no}"
|
||||
echo " Should wxWindows be linked as a shared library? ${wxUSE_SHARED:-no}"
|
||||
|
||||
echo " Which libraries should wxWindows use?"
|
||||
echo " jpeg ${wxUSE_LIBJPEG-none}"
|
||||
|
@@ -5312,8 +5312,8 @@ echo "Configured wxWindows ${WX_VERSION} for \`${host}'"
|
||||
echo ""
|
||||
echo " Which GUI toolkit should wxWindows use? ${TOOLKIT:-base only}"
|
||||
|
||||
echo " Should wxWindows be compiled in debug mode? ${wxUSE_DEBUG-no}"
|
||||
echo " Should wxWindows be linked as a shared library? ${wxUSE_SHARED}"
|
||||
echo " Should wxWindows be compiled in debug mode? ${wxUSE_DEBUG:-no}"
|
||||
echo " Should wxWindows be linked as a shared library? ${wxUSE_SHARED:-no}"
|
||||
|
||||
echo " Which libraries should wxWindows use?"
|
||||
echo " jpeg ${wxUSE_LIBJPEG-none}"
|
||||
|
Reference in New Issue
Block a user