From 7bc6f06fcc9f0446c8f52ed351468a5dc25d1ff7 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 9 Jun 2010 10:10:03 -0700 Subject: [PATCH] configure.ac: Do not define DEPENDS_ON_LIBINTL. If 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 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure.ac b/configure.ac index d6415d0fc4..e30f93c064 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.30.2