summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2019-05-21 11:42:17 +0200
committerLuboš Luňák <l.lunak@collabora.com>2019-05-22 18:03:19 +0200
commitad005915de035351d6b284b3d581cd8c61a73997 (patch)
treed63df875d55f891b6166d18247ffe89b94f30c03 /configure.ac
parentNew loplugin:data (diff)
downloadcore-ad005915de035351d6b284b3d581cd8c61a73997.tar.gz
core-ad005915de035351d6b284b3d581cd8c61a73997.zip
Fix typo
Change-Id: I3ea246c84bb81e4eca9fe569edb957bed3c788ee Reviewed-on: https://gerrit.libreoffice.org/72674 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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=<yes/no/system/base/normal/full>],
[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.])
)