diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-02-11 19:17:33 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-02-11 19:17:33 +0000 |
commit | d9285e0f40c27f0808460744cb2ade53ba0a0599 (patch) | |
tree | d875849f54e090e7b47490a301643bc66502bcb8 | |
parent | 457795a15f9c9afaa8cef8e4fd2df3019deed6bb (diff) | |
download | fetchmail-d9285e0f40c27f0808460744cb2ade53ba0a0599.tar.gz fetchmail-d9285e0f40c27f0808460744cb2ade53ba0a0599.tar.bz2 fetchmail-d9285e0f40c27f0808460744cb2ade53ba0a0599.zip |
CRAM-MD5 is working.
svn path=/trunk/; revision=3060
-rw-r--r-- | configure.in | 2 |
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 |