From 21edbb8ef377b2d31e3dd1696bbf798479cbf17c Mon Sep 17 00:00:00 2001 From: John Darrington Date: Tue, 24 Nov 2009 19:31:05 +0100 Subject: [PATCH] Search for a gettext implementation at configure time --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 95dfc66f..1ef538bc 100644 --- a/configure.ac +++ b/configure.ac @@ -40,6 +40,7 @@ fi dnl Checks for libraries. AC_SYS_LARGEFILE AC_SEARCH_LIBS([sin], [m]) +AC_SEARCH_LIBS([dcgettext], [intl]) PSPP_LIBPLOT PSPP_LC_PAPER AM_CONDITIONAL(WITHCHARTS, test x"$with_libplot" != x"no") -- 2.30.2