aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-02-11 19:17:33 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-02-11 19:17:33 +0000
commitd9285e0f40c27f0808460744cb2ade53ba0a0599 (patch)
treed875849f54e090e7b47490a301643bc66502bcb8 /configure.in
parent457795a15f9c9afaa8cef8e4fd2df3019deed6bb (diff)
downloadfetchmail-d9285e0f40c27f0808460744cb2ade53ba0a0599.tar.gz
fetchmail-d9285e0f40c27f0808460744cb2ade53ba0a0599.tar.bz2
fetchmail-d9285e0f40c27f0808460744cb2ade53ba0a0599.zip
CRAM-MD5 is working.
svn path=/trunk/; revision=3060
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 83bac3a5..7da4ddd0 100644
--- a/configure.in
+++ b/configure.in
@@ -9,7 +9,7 @@ AC_CONFIG_HEADER(config.h)
dnl We want these before the checks, so the checks can modify their values.
test -z "$CFLAGS" && CFLAGS="-O" AC_SUBST(CFLAGS)
-test -z "$LDFLAGS" && LDFLAGS=-s AC_SUBST(LDFLAGS)
+test -z "$LDFLAGS" && LDFLAGS=AC_SUBST(LDFLAGS)
AC_CANONICAL_HOST
AC_PROG_CC