aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-11-10 23:02:56 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-11-10 23:02:56 +0200
commitb549d4314c75c5136bfc5ede78df5ecdfbd85690 (patch)
tree83cd8d6ae479e8c9d015dc55aff04c727c67a57b /configure
parenta9d4cec96e6e37f470ef5bf8ca7b5a6af6a722bc (diff)
downloadegawk-b549d4314c75c5136bfc5ede78df5ecdfbd85690.tar.gz
egawk-b549d4314c75c5136bfc5ede78df5ecdfbd85690.tar.bz2
egawk-b549d4314c75c5136bfc5ede78df5ecdfbd85690.zip
Add undocumented -Z option to set locale.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d98aeb10..555cba29 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"