From 94454e979d4c7c638e8a6048d1a185ccfbcbe59e Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sat, 14 Aug 2010 21:18:57 +0200 Subject: [PATCH] Honor --disable-precompiled-headers --- ac/precompiled_headers.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ac/precompiled_headers.m4 b/ac/precompiled_headers.m4 index ffb8afa69..091b6a4fc 100644 --- a/ac/precompiled_headers.m4 +++ b/ac/precompiled_headers.m4 @@ -4,7 +4,7 @@ dnl AC_ARG_ENABLE([precompiled_headers], AC_HELP_STRING([--enable-precompiled-headers],[enable the generation and use of precompiled headers (auto)]), - [enable_precompiled_headers=yes], + [], [enable_precompiled_headers=auto]) if test x"$enable_precompiled_headers" = x"auto"; then