diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 69bab711..17bdb850 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 AC_SUBST(CFLAGS) +test -z "$CFLAGS" && CFLAGS="-O -pipe" AC_SUBST(CFLAGS) test -z "$LDFLAGS" && LDFLAGS=-s AC_SUBST(LDFLAGS) AC_CANONICAL_HOST |