summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 00bcb4ad..bf6ea7f5 100755
--- a/configure.ac
+++ b/configure.ac
@@ -64,9 +64,8 @@ dnl ---------------------------------------------
dnl
if test "x$cflags_specified" = "x" ; then
if test "x${GCC}" = "xyes"; then
- CFLAGS="-Os -g -Wall -Wpacked -Wpadded -Wsign-compare"
- CFLAGS="${CFLAGS} -Wpointer-arith -Wbad-function-cast"
- CFLAGS="${CFLAGS} -Wwrite-strings"
+ CFLAGS="-Os -g -Wall -Wpacked -Wsign-compare -Wpointer-arith"
+ CFLAGS="${CFLAGS} -Wbad-function-cast -Wwrite-strings"
fi
fi