summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-03-20 13:40:17 +0100
committerLuboš Luňák <l.lunak@suse.cz>2013-03-20 13:40:17 +0100
commit0e6cbfe0b1513af1a5d5ab7bc604cfda8eb8e27f (patch)
tree8f9d8af5eb91d958103e189107507358dd14e4c2 /configure.ac
parent1890f4ba4c0b345a73185adf320d06d0974f644b (diff)
remove leftover from copy&paste
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8a7952bc063a..a5e23ef530c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2835,7 +2835,7 @@ ISYSTEM=
if test "$GCC" = "yes"; then
AC_MSG_CHECKING( for -isystem )
save_CFLAGS=$CFLAGS
- CFLAGS="$CFLAGS -Werror -finline-limit=0"
+ CFLAGS="$CFLAGS -Werror"
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[]], [[ return 0; ]])],[ ISYSTEM=-isystem ],[])
CFLAGS=$save_CFLAGS
if test -n "$ISYSTEM"; then