X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=5ad33fee463609f1f00003b069f9afdb47a4bd65;hb=c123de464dea801978314665b174f735a873378d;hp=2ca57b74af0912a6f036066bc48e674425e425c0;hpb=28e36cf42e55d270c8304c79f8845bf5f8e54516;p=pspp diff --git a/configure.ac b/configure.ac index 2ca57b74af..5ad33fee46 100644 --- a/configure.ac +++ b/configure.ac @@ -35,6 +35,9 @@ dnl Internationalization macros. AC_PROVIDE([AM_PO_SUBDIRS]) # PSPP provides its own po/ support. AM_GNU_GETTEXT([external], [need-ngettext]) AM_GNU_GETTEXT_VERSION([0.17]) +if test -n "$LIBINTL"; then + AC_DEFINE([DEPENDS_ON_LIBINTL], [1], + [Define to 1 if libintl is a separate library, not integrated into libc]) fi dnl Checks for libraries.