configure.ac | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-)
New commits: commit 0d2a7adf4e12b08bb6017df03e6e4ea04acc5df5 Author: Tor Lillqvist <[email protected]> Date: Tue Jul 23 10:36:34 2013 +0300 Correct help message for --enable-macosx-code-signing Change-Id: I453f53e7afc1474b4db2a89454718652b088ad6c diff --git a/configure.ac b/configure.ac index bcc9b4b..add4a6b 100644 --- a/configure.ac +++ b/configure.ac @@ -1120,11 +1120,9 @@ AC_ARG_ENABLE(desktop-gui-elements, AC_ARG_ENABLE(macosx-code-signing, AS_HELP_STRING([--enable-macosx-code-signing<=identity>], - [Sign executables, dylibs, frameworks and the app bundle. The - default is to do signing if there is a suitable certificate - in your keychain, so if you don't want that, use the - corresponding --disable option. Experimental work in - progress, don't use unless you are working on this.]), + [Sign executables, dylibs, frameworks and the app bundle. If you + don't provide an identity the first suitable certificate + in your keychain is used.]), ,) AC_ARG_ENABLE(macosx-sandbox, _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
