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

This commit is contained in:
Hennadii Stepanov 2022-08-02 11:34:12 +01:00
parent 816ca01650
commit 8df063e537
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

View File

@ -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])