summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index d95063b..0bc66de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,10 +54,6 @@ fi
AM_CONDITIONAL([USE_SENDFILE], [test "x$sendfile" = xyes])
-# If using GCC specify some additional parameters
-if test "x$GCC" = "xyes" ; then
- CFLAGS="$CFLAGS -pipe -Wall"
-fi
AC_C_BIGENDIAN