From 95fed8bed62c3e40179226c26187e57394085218 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Sat, 29 Sep 2007 14:01:44 +0000 Subject: [PATCH] disable pre-compiled headers for autotools. they slow down things rather then speeding up. maybe our usage is wrong, though. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20586 a592a061-630c-0410-9148-cb99ea01b6c8 --- config/lyxinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/lyxinclude.m4 b/config/lyxinclude.m4 index 8793b3d3e5..2f937339b2 100644 --- a/config/lyxinclude.m4 +++ b/config/lyxinclude.m4 @@ -216,7 +216,7 @@ esac AC_ARG_ENABLE(pch, AC_HELP_STRING([--enable-pch],[enable precompiled headers]),, - enable_pch=yes;) + enable_pch=no;) lyx_pch_comp=no # set the compiler options correctly. -- 2.39.5