summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-07-23 10:36:34 +0300
committerTor Lillqvist <tml@iki.fi>2013-07-23 10:36:34 +0300
commit0d2a7adf4e12b08bb6017df03e6e4ea04acc5df5 (patch)
tree1c6318a0d0330d1ff36b1a54b5066edaa5b1f5d7
parent2cefde7a4b6aea8154a732ed109407c14a29452a (diff)
Correct help message for --enable-macosx-code-signing
Change-Id: I453f53e7afc1474b4db2a89454718652b088ad6c
-rw-r--r--configure.ac8
1 files changed, 3 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index bcc9b4b819d5..add4a6bbd8c8 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,