build: Fix help string for `--enable-external-signer` configure option

pull/25770/head
Hennadii Stepanov 2 years ago
parent 816ca01650
commit 8df063e537
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

@ -322,7 +322,7 @@ AC_ARG_ENABLE([werror],
[enable_werror=no])
AC_ARG_ENABLE([external-signer],
[AS_HELP_STRING([--enable-external-signer],[compile external signer support (default is yes, requires Boost::Process)])],
[AS_HELP_STRING([--enable-external-signer],[compile external signer support (default is auto, requires Boost::Process)])],
[use_external_signer=$enableval],
[use_external_signer=auto])

Loading…
Cancel
Save