mirror of
https://github.com/matrix-construct/construct
synced 2025-02-19 18:20:19 +01:00
configure: Fix defaulting $withval for --with-included-rocksdb 6c2e78128f
.
This commit is contained in:
parent
563da4b938
commit
b7e78eeb18
1 changed files with 1 additions and 1 deletions
|
@ -1832,7 +1832,7 @@ AC_HELP_STRING([--with-included-rocksdb[[[=version]]]], [Use the RocksDB sources
|
|||
|
||||
rocksdb_linkage="shared_lib"
|
||||
rocksdb_version="$withval"
|
||||
if test -z $rocksdb_version; then
|
||||
if test x"$rocksdb_version" == x"yes"; then
|
||||
rocksdb_version="$ROCKSDB_VERSION_DEFAULT"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue