From e2dfd9bb1b9813e17b17f9b7885fb604cf53ee69 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 25 Sep 2005 22:26:13 +0000 Subject: Unbreak Solaris --disable-nls build, disable ghastly intl/gettext port hack. svn path=/trunk/; revision=4334 --- configure.ac | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 7f80662d..58e0bc53 100644 --- a/configure.ac +++ b/configure.ac @@ -106,8 +106,13 @@ AC_CHECK_LIB(cposix, strchr, LIBS="$LIBS -lcposix"]) dnl Port hack for Sparc/NetBSD-1.5 -AC_CHECK_LIB(intl, gettext, - [LIBS="$LIBS -lintl"]) +dnl +dnl NB: this has been disabled as it causes the unconditional +dnl addition of libintl to the build, which is both undesired +dnl and breaks on Solaris/Blastwave.org machines. +dnl +dnl AC_CHECK_LIB(intl, gettext, +dnl [LIBS="$LIBS -lintl"]) AC_REPLACE_FUNCS([strstr strcasecmp memmove stpcpy strlcpy strlcat]) -- cgit v1.2.3