[Libreoffice-commits] core.git: configure.ac
LuboÅ¡ LuÅák
l.lunak at suse.cz
Wed Mar 20 05:40:49 PDT 2013
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0e6cbfe0b1513af1a5d5ab7bc604cfda8eb8e27f
Author: LuboÅ¡ LuÅák <l.lunak at suse.cz>
Date: Wed Mar 20 13:40:17 2013 +0100
remove leftover from copy&paste
diff --git a/configure.ac b/configure.ac
index 8a7952b..a5e23ef 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
More information about the Libreoffice-commits
mailing list