From ad005915de035351d6b284b3d581cd8c61a73997 Mon Sep 17 00:00:00 2001 From: Ilmari Lauhakangas Date: Tue, 21 May 2019 11:42:17 +0200 Subject: Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3ea246c84bb81e4eca9fe569edb957bed3c788ee Reviewed-on: https://gerrit.libreoffice.org/72674 Tested-by: Jenkins Reviewed-by: Luboš Luňák --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index fbd3a4237f3e..b5c499f7820e 100644 --- a/configure.ac +++ b/configure.ac @@ -1077,7 +1077,7 @@ AC_ARG_ENABLE(fuzzers, libo_FUZZ_ARG_ENABLE(pch, AS_HELP_STRING([--enable-pch=], [Enables precompiled header support for C++. Forced default on Windows/VC build. - Using 'system' will include only external headers, 'basic' will add also headers + Using 'system' will include only external headers, 'base' will add also headers from base modules, 'normal' will also add all headers except from the module built, 'full' will use all suitable headers even from a module itself.]) ) -- cgit