diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2019-05-21 11:42:17 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2019-05-22 18:03:19 +0200 |
commit | ad005915de035351d6b284b3d581cd8c61a73997 (patch) | |
tree | d63df875d55f891b6166d18247ffe89b94f30c03 /configure.ac | |
parent | c18e2ea2a52fc171c50fcb22d431e94c6aececc5 (diff) |
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.ac | 2 |
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.]) ) |