summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-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,