X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=35337d6cbb4cfc1a124e4ecf54863970f85e00d2;hb=985d1dada4dcf383db0371d10de692d3db24520d;hp=d560941024f800084e2470651accd431cc463eeb;hpb=b73c7309c2fff2b35f406d8e0e75be3dc3621396;p=pspp diff --git a/configure.ac b/configure.ac index d560941024..35337d6cbb 100644 --- a/configure.ac +++ b/configure.ac @@ -35,11 +35,11 @@ PSPP_PERL dnl Disable automatic po/ support, because PSPP provides its own po/ support. AC_PROVIDE([AM_PO_SUBDIRS]) AM_GNU_GETTEXT([external], [need-ngettext]) +LIBS="$LTLIBINTL $LIBS" dnl Checks for libraries. AC_SYS_LARGEFILE AC_SEARCH_LIBS([sin], [m]) -AC_SEARCH_LIBS([dcgettext], [intl]) PSPP_LC_PAPER @@ -327,6 +327,7 @@ AM_ICONV if test "$am_cv_func_iconv" != "yes"; then PSPP_REQUIRED_PREREQ([iconv (see http://www.gnu.org/software/libiconv/)]) fi +LIBS="$LTLIBICONV $LIBS" dnl Required by the gnulib 'relocatable-prog' module. dnl See doc/relocatable-maint.texi in the gnulib tree for details.