configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0e6cbfe0b1513af1a5d5ab7bc604cfda8eb8e27f Author: LuboÅ¡ LuÅák <l.lu...@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
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits