From 1f3dd8f60c60f2a18a64aee332acc09b1870ee07 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Fri, 23 Feb 2018 11:50:28 +0100 Subject: [PATCH] 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 Tested-by: Stephan Bergmann --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=], - [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.]))