Skip to content

Commit

Permalink
build: Re-enable external signer support for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Apr 14, 2024
1 parent a212e28 commit 820854f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1414,12 +1414,6 @@ if test "$use_boost" = "yes"; then
fi
fi

case $host in
dnl Re-enable it after enabling Windows support in cpp-subprocess.
*mingw*)
use_external_signer="no"
;;
esac
if test "$use_external_signer" = "yes"; then
AC_DEFINE([ENABLE_EXTERNAL_SIGNER], [1], [Define if external signer support is enabled])
fi
Expand Down

0 comments on commit 820854f

Please sign in to comment.