Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
sds-keyval
Commits
bbf1e0ef
Commit
bbf1e0ef
authored
May 02, 2018
by
Samuel K. Gutierrez
Committed by
Rob Latham
May 03, 2018
Browse files
Add missing AC_DEFINE([USE_LEVELDB] for pkg-config.
parent
a660290b
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
bbf1e0ef
...
...
@@ -134,6 +134,7 @@ if test "x${leveldb_backend}" == xyes ; then
CPPFLAGS="$LEVELDB_CFLAGS $CPPFLAGS"
CFLAGS="$LEVELDB_CFLAGS $CFLAGS"
SERVER_DEPS_PKG="${SERVER_DEPS_PKG} leveldb"
AC_DEFINE([USE_LEVELDB], 1, [use leveldb backend])
], [
# fall back to conventional tests if no pkgconfig
AC_CHECK_HEADERS([leveldb/c.h], ,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment