aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-10-08 06:20:13 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-10-08 06:20:13 +0000
commitf6c3981a6a468797cf56fa26d662a44831a0b900 (patch)
treebfdc8b3736c0ff18d925563869b2d712f391f433 /configure.in
parent632f1335893998041f66a25d3809ad719f8557b7 (diff)
downloadfetchmail-f6c3981a6a468797cf56fa26d662a44831a0b900.tar.gz
fetchmail-f6c3981a6a468797cf56fa26d662a44831a0b900.tar.bz2
fetchmail-f6c3981a6a468797cf56fa26d662a44831a0b900.zip
Reoved -pipe.
svn path=/trunk/; revision=2077
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 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