aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extension/ChangeLog5
-rwxr-xr-xextension/configure3
-rw-r--r--extension/configure.ac3
3 files changed, 11 insertions, 0 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog
index e2e0b635..52dca767 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -1,3 +1,8 @@
+2012-07-26 Arnold D. Robbins <arnold@skeeve.com>
+
+ * configure.ac: Extremely crude hack to get the value of
+ ENABLE_NLS so that gettext will work in extensions.
+
2012-07-26 Andrew J. Schorr <aschorr@telemetry-investments.com>
* readdir.c (dir_get_record): No need to set *errcode to 0.
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
diff --git a/extension/configure.ac b/extension/configure.ac
index 160d55d8..4583962d 100644
--- a/extension/configure.ac
+++ b/extension/configure.ac
@@ -56,3 +56,6 @@ AC_CONFIG_HEADERS([config.h:configh.in])
AC_CONFIG_FILES(Makefile)
AC_OUTPUT
+
+# hack
+grep ENABLE_NLS ../config.h >> config.h