diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-11-10 23:02:56 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-11-10 23:02:56 +0200 |
commit | b549d4314c75c5136bfc5ede78df5ecdfbd85690 (patch) | |
tree | 83cd8d6ae479e8c9d015dc55aff04c727c67a57b /configure.ac | |
parent | a9d4cec96e6e37f470ef5bf8ca7b5a6af6a722bc (diff) | |
download | egawk-b549d4314c75c5136bfc5ede78df5ecdfbd85690.tar.gz egawk-b549d4314c75c5136bfc5ede78df5ecdfbd85690.tar.bz2 egawk-b549d4314c75c5136bfc5ede78df5ecdfbd85690.zip |
Add undocumented -Z option to set locale.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 55ca72de..ed7e3ccd 100644 --- a/configure.ac +++ b/configure.ac @@ -87,7 +87,7 @@ AC_MSG_CHECKING([for special development options]) 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" |