added info about debug messages

git-svn-id: http://svn.osgeo.org/qgis/trunk@738 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
gsherman 2004-02-07 19:06:35 +00:00
parent f64c6270b6
commit d5d2c6ab03

View File

@ -151,10 +151,14 @@ dnl ---------------------------------------------------------------------------
# AC_SUBST(GRASS_LIB)
# AC_SUBST(GRASS_INC)
dnl Debug messages to stdout
AC_MSG_CHECKING([if debug statements should be sent to stdout/stderr])
if test x"$QGISDEBUG" = "x" ; then
DEBUG_QGIS=-DNO_DEBUG
AC_MSG_RESULT([no])
else
DEBUG_QGIS=-DDEBUG
AC_MSG_RESULT([yes])
fi
AC_SUBST(DEBUG_QGIS)