Merge #7944: Re-instate TARGET_OS=linux in configure.ac. Removed by 351abf9e03.

89c844d Re-instate TARGET_OS=linux in configure.ac. Removed by 351abf9e03. (randy-waterhouse)
This commit is contained in:
Wladimir J. van der Laan 2016-04-26 13:19:23 +02:00
commit a4078071e0
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 1 additions and 0 deletions

View File

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