aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fe89e96d..9e11f8ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -469,7 +469,9 @@ then
AC_CONFIG_SUBDIRS(extension)
fi
AC_OUTPUT
-if test "$GCC" = yes && test -f $srcdir/.developing
+if test "$GCC" = yes &&
+ test -f $srcdir/.developing &&
+ grep -i debug $srcdir/.developing > /dev/null
then
for i in . support extension
do