diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 6e878945..30387f57 100644 --- a/configure.ac +++ b/configure.ac @@ -655,9 +655,6 @@ if eval "test x$GCC = xyes"; then if test "`echo $CFLAGS | grep '\-Wno-unused-parameter' 2> /dev/null`" = ""; then CFLAGS="$CFLAGS -Wno-unused-parameter" fi - if test "`echo $CFLAGS | grep '\-Waggregate-return' 2> /dev/null`" = ""; then - CFLAGS="$CFLAGS -Waggregate-return" - fi fi dnl ----------- dnl CXX options |