diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-08-02 11:34:12 +0100 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-08-02 11:34:41 +0100 |
commit | 8df063e53712b69a346a83c599ca9cb83905b70b (patch) | |
tree | 1cf5b5fb23a1fcb5e0087a1bb3102c0f3d142c92 /configure.ac | |
parent | 816ca01650f4cc66a61ac2f9b0f8b74cd9cd0cf8 (diff) |
build: Fix help string for `--enable-external-signer` configure option
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 90e7f18515..b5a504e6b7 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) |