0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-18 10:53:48 +02:00

configure: Fix defaulting $withval for --with-included-rocksdb 6c2e78128f.

This commit is contained in:
Jason Volk 2020-05-07 13:25:10 -07:00
parent 563da4b938
commit b7e78eeb18

View file

@ -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