build: Re-enable external signer support for Windows

Github-Pull: #29868
Rebased-From: 944717a08a99b750f27a0a81512b3cac92d39923
This commit is contained in:
Hennadii Stepanov 2024-05-08 11:09:06 +01:00 committed by Luke Dashjr
parent ad3dedaacb
commit 8c8249b545

View File

@ -1273,12 +1273,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