From: John Darrington Date: Tue, 24 Nov 2009 18:31:05 +0000 (+0100) Subject: Search for a gettext implementation at configure time X-Git-Tag: fc11-i386-build40^0 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=21edbb8ef377b2d31e3dd1696bbf798479cbf17c Search for a gettext implementation at configure time --- 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")