diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-07-26 22:16:40 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-07-26 22:16:40 +0300 |
commit | c3d3c83b0a60454c7b1bc335c022051b58f393e3 (patch) | |
tree | 9d6df3283ff204c41257c0aa82c57bf652b7a707 /extension/configure | |
parent | ca83de0ec92b56c712f7a7376b21a1a1337b3107 (diff) | |
download | egawk-c3d3c83b0a60454c7b1bc335c022051b58f393e3.tar.gz egawk-c3d3c83b0a60454c7b1bc335c022051b58f393e3.tar.bz2 egawk-c3d3c83b0a60454c7b1bc335c022051b58f393e3.zip |
Enable gettext in extensions.
Diffstat (limited to 'extension/configure')
-rwxr-xr-x | extension/configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extension/configure b/extension/configure index 301e3418..94be75b9 100755 --- a/extension/configure +++ b/extension/configure @@ -13901,3 +13901,6 @@ if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} fi + +# hack +grep ENABLE_NLS ../config.h >> config.h |