mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
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:
parent
f64c6270b6
commit
d5d2c6ab03
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user