diff options
author | randy-waterhouse <kiwigb@yahoo.com> | 2016-04-26 19:43:14 +1200 |
---|---|---|
committer | randy-waterhouse <kiwigb@yahoo.com> | 2016-04-26 19:43:14 +1200 |
commit | 89c844df14046a114bebec959bd9e188bf8ba21b (patch) | |
tree | c6d0b550bdefa6f4666d22ce57fd0d2c0fe7b929 | |
parent | 351abf9e035581e3320fbb72ec5b1fa452b09c2f (diff) |
Re-instate TARGET_OS=linux in configure.ac. Removed by 351abf9e035.
-rw-r--r-- | configure.ac | 1 |
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" ;; *) |