Output the value of --enable-debug option in configure.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 16 Dec 2011 09:36:36 +0000 (09:36 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 16 Dec 2011 09:36:36 +0000 (09:36 +0000)
commita97f71fa60686f329ca83f333fcf52a918916764
tree75c75a612c9b4b9434eb07f0a78c6007e1971185
parent0c717dd16bc89fbe772d6651328405a12ada797a
Output the value of --enable-debug option in configure.

As we use AC_ARG_ENABLE() instead of WX_ARG_ENABLE() for it, we need to call
AC_MSG_RESULT() explicitly or its value is never reported and configure output
is corrupted.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70014 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
configure
configure.in