diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2021-10-14 19:33:06 +0000 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2021-10-15 01:02:45 +0000 |
commit | 17ae2601c786e6863cee1bd62297d79521219295 (patch) | |
tree | be08178da94fec2b7a9783a29918336c998c5eba /configure.ac | |
parent | 6419bdfeb130b20ccfed229d9ba7eca7f385d036 (diff) |
build: remove build stubs for external leveldb
Presumably these stubs indicate to packagers that external leveldb is meant to
be supported in some way. It is not. Remove the stubs to avoid sending any
mixed messages.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index 9e9284015b..445ae22089 100644 --- a/configure.ac +++ b/configure.ac @@ -1225,14 +1225,6 @@ if test "x$have_any_system" != "xno"; then AC_DEFINE(HAVE_SYSTEM, 1, Define to 1 if std::system or ::wsystem is available.) fi -LEVELDB_CPPFLAGS= -LIBLEVELDB= -LIBMEMENV= -AM_CONDITIONAL([EMBEDDED_LEVELDB],[true]) -AC_SUBST(LEVELDB_CPPFLAGS) -AC_SUBST(LIBLEVELDB) -AC_SUBST(LIBMEMENV) - dnl SUPPRESSED_CPPFLAGS=SUPPRESS_WARNINGS([$SOME_CPPFLAGS]) dnl Replace -I with -isystem in $SOME_CPPFLAGS to suppress warnings from dnl headers from its include directories and return the result. |