[Libreoffice-commits] core.git: configure.ac
Samuel Thibault
sthibault at hypra.fr
Fri Feb 23 14:51:35 UTC 2018
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1f3dd8f60c60f2a18a64aee332acc09b1870ee07
Author: Samuel Thibault <sthibault at hypra.fr>
Date: Fri Feb 23 11:50:28 2018 +0100
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 at redhat.com>
Tested-by: Stephan Bergmann <sbergman at redhat.com>
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.]))
More information about the Libreoffice-commits
mailing list