configure.ac: Do not define DEPENDS_ON_LIBINTL.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 9 Jun 2010 17:10:03 +0000 (10:10 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 9 Jun 2010 17:25:52 +0000 (10:25 -0700)
If <config.h> defines DEPENDS_ON_LIBINTL, then the relocation wrapper fails
to link at install time when --enable-relocatable is used on a system that
requires the relocation wrapper (e.g. OpenBSD), because the relocation
wrapper does not link against libintl.

configure.ac

index d6415d0fc43c25b858b09e17604f3112c5e08588..e30f93c064ed626d58ce1094fd25290df2f54b44 100644 (file)
@@ -36,10 +36,6 @@ 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.
 AC_SYS_LARGEFILE