From bda200348566da71ae7ec346108bc6a00c22bf12 Mon Sep 17 00:00:00 2001 From: Peter Foley Date: Sun, 10 Mar 2013 17:50:29 -0400 Subject: add pch support to gcc Change-Id: I58c11477c1ce48185528db3a8013b5dccf3947c6 Reviewed-on: https://gerrit.libreoffice.org/2653 Reviewed-by: Fridrich Strba Tested-by: Fridrich Strba --- configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d43892cc4c9a..61eb8acc9392 100644 --- a/configure.ac +++ b/configure.ac @@ -4394,9 +4394,7 @@ if test -n "$enable_pch" && test "$enable_pch" != "no"; then if test "$_os" = "WINNT" -a "$WITH_MINGW" != "yes"; then ENABLE_PCH="TRUE" AC_MSG_RESULT([yes]) - # GCC PCH support is reportedly a hack that's not very reliable, - # so support only Clang. - elif test "$GCC" = "yes" -a "$COM_GCC_IS_CLANG" = "TRUE"; then + elif test "$GCC" = "yes"; then ENABLE_PCH="TRUE" AC_MSG_RESULT([yes]) else -- cgit