aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSjors Provoost <sjors@sprovoost.nl>2019-03-14 11:30:37 +0100
committerSjors Provoost <sjors@sprovoost.nl>2019-06-06 11:54:26 +0200
commitf874e14cd3c84cd412bd3fb42b3ee1706ca6a267 (patch)
tree26a3b6fc73c55d01cf1bbba8c00347529ae76d0b /configure.ac
parentcc3ad56ff2bc2583fe68c4a9e0b41072a47c0b07 (diff)
downloadbitcoin-f874e14cd3c84cd412bd3fb42b3ee1706ca6a267.tar.xz
[build]: check std::system for -[alert|block|wallet]notify
Platforms such as iOs do not support launching a process through system().
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c67448c963..1d5a41ab9a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -946,7 +946,7 @@ AC_LINK_IFELSE(
)
# Define to 1 if std::system or ::wsystem (Windows) is available
-AC_DEFINE([HAVE_SYSTEM], [HAVE_STD__SYSTEM || HAVE_WSYSTEM], [HAVE_WSYSTEM])
+AC_DEFINE([HAVE_SYSTEM], [HAVE_STD__SYSTEM || HAVE_WSYSTEM], [std::system or ::wsystem])
LEVELDB_CPPFLAGS=
LIBLEVELDB=