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
94539640
Commit
94539640
authored
Nov 03, 2017
by
David Rich
Committed by
Rob Latham
Nov 22, 2017
Browse files
Don't insist on leveldb (or berkeley-db) since they are optional.
parent
940f686c
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
94539640
...
...
@@ -34,12 +34,6 @@ LIBS="$MARGO_LIBS $LIBS"
CPPFLAGS="$MARGO_CFLAGS $CPPFLAGS"
CFLAGS="$MARGO_CFLAGS $CFLAGS"
PKG_CHECK_MODULES([LEVELDB],[leveldb],[],
AC_MSG_ERROR([Could not find working leveldb installation!]) )
LIBS="$LEVELDB_LIBS $LIBS"
CPPFLAGS="$LEVELDB_CFLAGS $CPPFLAGS"
CFLAGS="$LEVELDB_CFLAGS $CFLAGS"
# Checks for typedefs, structures, and compiler characteristics.
AC_C_INLINE
AC_TYPE_INT64_T
...
...
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