aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2016-06-08 06:41:03 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2016-06-08 06:41:03 -0700
commit9462e791b7decf5ec48974517e7b5aa330e6324b (patch)
tree291e2a6e9fa27b7ba6b40f67b0d6c7c187e31f26
parent932aedd99a35809620f128d79f63a23ba49ceefd (diff)
This is a cherry-pick of 89c844d back to 0.12.
===== Re-instate TARGET_OS=linux in configure.ac. Removed by 351abf9e035.
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 05e7266a8a..12e0302e4f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -336,6 +336,7 @@ case $host in
OBJCXXFLAGS="$CXXFLAGS"
;;
*linux*)
+ TARGET_OS=linux
LEVELDB_TARGET_FLAGS="-DOS_LINUX"
;;
*)