mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge 1d39c9ca06 into merged_master (Bitcoin PR bitcoin/bitcoin#25425)
This commit is contained in:
commit
3c5be32752
1 changed files with 2 additions and 2 deletions
|
|
@ -1273,8 +1273,8 @@ AC_LINK_IFELSE(
|
|||
AC_MSG_CHECKING([for ::_wsystem])
|
||||
AC_LINK_IFELSE(
|
||||
[ AC_LANG_PROGRAM(
|
||||
[[ ]],
|
||||
[[ int nErr = ::_wsystem(""); ]]
|
||||
[[ #include <stdlib.h> ]],
|
||||
[[ int nErr = ::_wsystem(NULL); ]]
|
||||
)],
|
||||
[ AC_MSG_RESULT([yes]); have_any_system=yes],
|
||||
[ AC_MSG_RESULT([no]) ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue