diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-11-10 23:11:30 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-11-10 23:11:30 +0200 |
commit | 5cd73ffdcdbd5de2d03b9db781ca26c5a5af516d (patch) | |
tree | 063dc221b4d65a81156e6e9aa470ce34176496dc /configure | |
parent | 2375b235875e65e2238b7723d29b9bcb527192e1 (diff) | |
parent | 350265fafb2a0153d4207c67d626f135b308ad34 (diff) | |
download | egawk-5cd73ffdcdbd5de2d03b9db781ca26c5a5af516d.tar.gz egawk-5cd73ffdcdbd5de2d03b9db781ca26c5a5af516d.tar.bz2 egawk-5cd73ffdcdbd5de2d03b9db781ca26c5a5af516d.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |