diff --git a/configure.in b/configure.in index f8b7b1b5a62..59ec0e22df3 100644 --- a/configure.in +++ b/configure.in @@ -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)