Browse Source

[build] Add NETBSD leveldb target to configure.ac

0.16
fanquake 7 years ago
parent
commit
11c5827ca7
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1
  1. 3
      configure.ac

3
configure.ac

@ -449,6 +449,9 @@ case $host in @@ -449,6 +449,9 @@ case $host in
*openbsd*)
LEVELDB_TARGET_FLAGS="-DOS_OPENBSD"
;;
*netbsd*)
LEVELDB_TARGET_FLAGS="-DOS_NETBSD"
;;
*)
OTHER_OS=`echo ${host_os} | awk '{print toupper($0)}'`
AC_MSG_WARN([Guessing LevelDB OS as OS_${OTHER_OS}, please check whether this is correct, if not add an entry to configure.ac.])

Loading…
Cancel
Save