From f6c3981a6a468797cf56fa26d662a44831a0b900 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 8 Oct 1998 06:20:13 +0000 Subject: Reoved -pipe. svn path=/trunk/; revision=2077 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 17bdb850..3359249b 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ AC_INIT(fetchmail.h) dnl A distinctive file to look for in srcdir. AC_CONFIG_HEADER(config.h) dnl We want these before the checks, so the checks can modify their values. -test -z "$CFLAGS" && CFLAGS="-O -pipe" AC_SUBST(CFLAGS) +test -z "$CFLAGS" && CFLAGS="-O" AC_SUBST(CFLAGS) test -z "$LDFLAGS" && LDFLAGS=-s AC_SUBST(LDFLAGS) AC_CANONICAL_HOST -- cgit v1.2.3