diff options
author | Bruno Haible <bruno@clisp.org> | 2010-07-31 23:49:29 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2010-08-30 22:58:34 +0200 |
commit | 09963c23cb67994caea0ec00804509ebdc1e3d60 (patch) | |
tree | bfaf8f7436443cf116c39d0fc51fde0e6b6a8ee1 /gettext-tools/configure.ac | |
parent | 9c56832fc9b2c7a360ea5cebc392fb78b2ef4ed8 (diff) | |
download | external_gettext-09963c23cb67994caea0ec00804509ebdc1e3d60.zip external_gettext-09963c23cb67994caea0ec00804509ebdc1e3d60.tar.gz external_gettext-09963c23cb67994caea0ec00804509ebdc1e3d60.tar.bz2 |
Use new ansi-c++.m4 from gnulib.
Diffstat (limited to 'gettext-tools/configure.ac')
-rw-r--r-- | gettext-tools/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index 4a76c1d..157f2e2 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -447,7 +447,7 @@ CROSS_COMPILING=$cross_compiling AC_SUBST([CROSS_COMPILING]) dnl Checks for optional programs for the tests/lang-*, tests/recode-* tests. -gt_PROG_ANSI_CXX +gl_PROG_ANSI_CXX([CXX], [ANSICXX]) gt_LOCALE_FR gt_LOCALE_FR_UTF8 gt_LOCALE_JA |