diff --git a/configure b/configure index 00209b4364..c112afc5cb 100755 --- a/configure +++ b/configure @@ -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}" diff --git a/configure.in b/configure.in index c3e523dc34..0f3b5eb4d6 100644 --- a/configure.in +++ b/configure.in @@ -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}"