aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2016-04-26 13:19:23 +0200
committerWladimir J. van der Laan <[email protected]>2016-04-26 13:19:27 +0200
commita4078071e0b4d44582407995c81ef6e6a4ced2dc (patch)
tree87b7ef5aae6bfa75f8db8a0e367aba072b43cd8b
parentMerge #7688: List solvability in listunspent output and improve help (diff)
parentRe-instate TARGET_OS=linux in configure.ac. Removed by 351abf9e035. (diff)
downloaddiscoin-a4078071e0b4d44582407995c81ef6e6a4ced2dc.tar.xz
discoin-a4078071e0b4d44582407995c81ef6e6a4ced2dc.zip
Merge #7944: Re-instate TARGET_OS=linux in configure.ac. Removed by 351abf9e035.
89c844d Re-instate TARGET_OS=linux in configure.ac. Removed by 351abf9e035. (randy-waterhouse)
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 03b905210..100bb79e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -354,6 +354,7 @@ case $host in
OBJCXXFLAGS="$CXXFLAGS"
;;
*linux*)
+ TARGET_OS=linux
LEVELDB_TARGET_FLAGS="-DOS_LINUX"
;;
*)