aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-06-11 07:48:37 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-06-11 07:48:37 +0000
commit8c4940698be2f02281e357e88f3a06116cdc5fb4 (patch)
treef1362f62b1e9dcfbc2a3452c99407030c2dc7b0e /configure.in
parent607bee31060fd9ff4edc6b9e1997bb5c905ae6fc (diff)
downloadfetchmail-8c4940698be2f02281e357e88f3a06116cdc5fb4.tar.gz
fetchmail-8c4940698be2f02281e357e88f3a06116cdc5fb4.tar.bz2
fetchmail-8c4940698be2f02281e357e88f3a06116cdc5fb4.zip
Enable Rhapsody to work.
svn path=/trunk/; revision=2490
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index c3d4a050..f4cc65f8 100644
--- a/configure.in
+++ b/configure.in
@@ -61,6 +61,13 @@ then
LIBS="$LIBS -lkvm"
fi
+# Check for Rhapsody special case: it doesn't like -s
+if test `uname` = "Rhapsody"
+then
+ echo "Removing -s load flag"
+ LDFLAGS=`echo $LDFLAGS | sed "s/-s //"`
+fi
+
# i18n
# Arnaldo Carvalho de Melo <acme@conectiva.com.br>
# Sat Nov 7 15:39:03 EDT 1998