summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@hypra.fr>2018-02-23 11:50:28 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-02-23 15:51:10 +0100
commit1f3dd8f60c60f2a18a64aee332acc09b1870ee07 (patch)
tree2a4fe3e5a4dd26743b4689786ea0c0952e34345f /configure.ac
parente208b81540d43e2b7d3012dfe6bebc59ce638c12 (diff)
Fix --enable-python documentation
python is always used at build-time. Saying that --disable-python disables python support at build-time is confusing. Change-Id: Ic7206c832b1cf3ee41d67152198660c13aa86652 Reviewed-on: https://gerrit.libreoffice.org/50229 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.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 8b624c3ded46..245aa7724434 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1179,7 +1179,7 @@ AC_ARG_ENABLE(lto,
AC_ARG_ENABLE(python,
AS_HELP_STRING([--enable-python=<no/auto/system/internal/fully-internal>],
- [Enables or disables Python support at run-time and build-time.
+ [Enables or disables Python support at run-time.
Also specifies what Python to use. 'auto' is the default.
'fully-internal' even forces the internal version for uses of Python
during the build.]))