aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-09-25 22:26:13 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-09-25 22:26:13 +0000
commite2dfd9bb1b9813e17b17f9b7885fb604cf53ee69 (patch)
tree55c378ed16e485b07af24b776bf2cea8a85b57aa
parent3a075f3f40c34c6bf47ab38e5265feb0c5566731 (diff)
downloadfetchmail-e2dfd9bb1b9813e17b17f9b7885fb604cf53ee69.tar.gz
fetchmail-e2dfd9bb1b9813e17b17f9b7885fb604cf53ee69.tar.bz2
fetchmail-e2dfd9bb1b9813e17b17f9b7885fb604cf53ee69.zip
Unbreak Solaris --disable-nls build, disable ghastly intl/gettext port hack.
svn path=/trunk/; revision=4334
-rw-r--r--configure.ac9
1 files 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])