From b549d4314c75c5136bfc5ede78df5ecdfbd85690 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Mon, 10 Nov 2014 23:02:56 +0200 Subject: Add undocumented -Z option to set locale. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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" -- cgit v1.2.3