aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorrandy-waterhouse <kiwigb@yahoo.com>2016-04-26 19:43:14 +1200
committerrandy-waterhouse <kiwigb@yahoo.com>2016-04-26 19:43:14 +1200
commit89c844df14046a114bebec959bd9e188bf8ba21b (patch)
treec6d0b550bdefa6f4666d22ce57fd0d2c0fe7b929 /configure.ac
parent351abf9e035581e3320fbb72ec5b1fa452b09c2f (diff)
downloadbitcoin-89c844df14046a114bebec959bd9e188bf8ba21b.tar.xz
Re-instate TARGET_OS=linux in configure.ac. Removed by 351abf9e035.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 03b9052104..100bb79e11 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"
;;
*)