From d9285e0f40c27f0808460744cb2ade53ba0a0599 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 11 Feb 2001 19:17:33 +0000 Subject: CRAM-MD5 is working. svn path=/trunk/; revision=3060 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3