From 83cd507cc75812ef5f6140947196e2b46c3783aa Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Wed, 22 Sep 2004 21:53:07 +0000 Subject: [PATCH] Add AM_GNU_GETTEXT invocation. From Bruno Haible. --- configure.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.in b/configure.in index 4462dea62..42bec0c7d 100644 --- a/configure.in +++ b/configure.in @@ -637,6 +637,9 @@ AC_TRY_LINK([#include ], [mpz_import (0, 0, 0, 0, 0, 0, 0);] , , [AC_MSG_ERROR([At least GNU MP 4.1 is required, see http://swox.com/gmp])]) +dnl i18n tests +AM_GNU_GETTEXT([external], [need-ngettext]) + ### Some systems don't declare some functions. On such systems, we ### need to at least provide our own K&R-style declarations.