X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=eb10e560a2d2a4362a6f17ab269855b9ade0ecee;hb=b2274e35dae74a8bb84482834745a62bc4cd134c;hp=7e66cfa84adfccf4050a5297fceea6d94325b584;hpb=8761c0923f6c1676ac9bf730c94471e9ce952d4f;p=pspp-builds.git diff --git a/configure.ac b/configure.ac index 7e66cfa8..eb10e560 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="$LIBINTL $LIBS" dnl Checks for libraries. AC_SYS_LARGEFILE AC_SEARCH_LIBS([sin], [m]) -AC_SEARCH_LIBS([dcgettext], [intl]) PSPP_LC_PAPER @@ -80,6 +80,8 @@ if test "$with_cairo" != no && test "$with_gui" != "no"; then if test "x$GLIB_GENMARSHAL" = x; then PSPP_REQUIRED_PREREQ([glib-genmarshal (or use --without-gui)]) fi + + gl_NEXT_HEADERS([gtk/gtk.h]) fi dnl Checks needed for psql reader @@ -325,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="$LIBICONV $LIBS" dnl Required by the gnulib 'relocatable-prog' module. dnl See doc/relocatable-maint.texi in the gnulib tree for details.