Skip to content

Commit

Permalink
build: Fix help string for --enable-external-signer configure option
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Aug 2, 2022
1 parent 816ca01 commit 8df063e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])

Expand Down

0 comments on commit 8df063e

Please sign in to comment.