aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index c9ae8229..c25029cb 100755
--- a/configure
+++ b/configure
@@ -12800,7 +12800,9 @@ if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
fi
-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