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>
This commit is contained in:
Samuel Thibault
2018-02-23 11:50:28 +01:00
committed by Stephan Bergmann
parent e208b81540
commit 1f3dd8f60c

View File

@@ -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.]))