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 --- NEWS | 1 + configure.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2c8fd653..876342c6 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,7 @@ fetchmail-4.6.1 (): * Fixed a minor memory leak in the IP-address-comparison code. * Mark Staveley's patch to suppress progress dots from non-detached daemon fetchmails. +* Removed -pipe optin, it confuses too many non-GCC compilers. fetchmail-4.6.0 (Fri Sep 18 13:17:17 EDT 1998): * Added Bill Adams's mailqueue.pl to the contrib directory. 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