blob: 47c87844859912ce2785cb1798dcf4269dd03e47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- configure.ac
+++ configure.ac
@@ -771,14 +771,6 @@
if test -z "`echo "$CFLAGS" | grep "\-Wall" 2> /dev/null`" ; then
CFLAGS="$CFLAGS -Wall"
fi
- if test "$system" = "Linux" -o "$system" = "FreeBSD"; then
- if test -z "`echo "$CFLAGS" | grep "\-pipe" 2> /dev/null`" ; then
- CFLAGS="$CFLAGS -pipe"
- fi
- fi
- if test -z "`echo "$CFLAGS" | grep "\-g " 2> /dev/null`" ; then
- CFLAGS="$CFLAGS -g"
- fi
fi
dnl does this compiler support -Wno-pointer-sign ?
|