Kaydet (Commit) 0d2a7adf authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Correct help message for --enable-macosx-code-signing

Change-Id: I453f53e7afc1474b4db2a89454718652b088ad6c
üst 2cefde7a
...@@ -1120,11 +1120,9 @@ AC_ARG_ENABLE(desktop-gui-elements, ...@@ -1120,11 +1120,9 @@ AC_ARG_ENABLE(desktop-gui-elements,
AC_ARG_ENABLE(macosx-code-signing, AC_ARG_ENABLE(macosx-code-signing,
AS_HELP_STRING([--enable-macosx-code-signing<=identity>], AS_HELP_STRING([--enable-macosx-code-signing<=identity>],
[Sign executables, dylibs, frameworks and the app bundle. The [Sign executables, dylibs, frameworks and the app bundle. If you
default is to do signing if there is a suitable certificate don't provide an identity the first suitable certificate
in your keychain, so if you don't want that, use the in your keychain is used.]),
corresponding --disable option. Experimental work in
progress, don't use unless you are working on this.]),
,) ,)
AC_ARG_ENABLE(macosx-sandbox, AC_ARG_ENABLE(macosx-sandbox,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment