Re-instate TARGET_OS=linux in configure.ac. Removed by 351abf9e03.

This commit is contained in:
randy-waterhouse
2016-04-26 19:43:14 +12:00
committed by lateminer
parent 155af18074
commit 671725d695

View File

@@ -357,6 +357,7 @@ case $host in
OBJCXXFLAGS="-std=c++11 $CXXFLAGS"
;;
*linux*)
TARGET_OS=linux
LEVELDB_TARGET_FLAGS="-DOS_LINUX"
;;
*)