aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-11-10 23:11:30 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-11-10 23:11:30 +0200
commit5cd73ffdcdbd5de2d03b9db781ca26c5a5af516d (patch)
tree063dc221b4d65a81156e6e9aa470ce34176496dc /configure
parent2375b235875e65e2238b7723d29b9bcb527192e1 (diff)
parent350265fafb2a0153d4207c67d626f135b308ad34 (diff)
downloadegawk-5cd73ffdcdbd5de2d03b9db781ca26c5a5af516d.tar.gz
egawk-5cd73ffdcdbd5de2d03b9db781ca26c5a5af516d.tar.bz2
egawk-5cd73ffdcdbd5de2d03b9db781ca26c5a5af516d.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8d5968ad..79d5e6a2 100755
--- a/configure
+++ b/configure
@@ -5675,7 +5675,7 @@ $as_echo_n "checking for special development options... " >&6; }
if test -f $srcdir/.developing
then
# add other debug flags as appropriate, save GAWKDEBUG for emergencies
- CFLAGS="$CFLAGS -DARRAYDEBUG -DYYDEBUG"
+ CFLAGS="$CFLAGS -DARRAYDEBUG -DYYDEBUG -DLOCALEDEBUG"
if grep dbug $srcdir/.developing
then
CFLAGS="$CFLAGS -DDBUG"