mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
configure: Simplify common AM_CPPFLAGS and AM_LDFLAGS to a Makefile.common
This commit is contained in:
committed by
Wladimir J. van der Laan
parent
fb4a31a26c
commit
eb12a14da7
@@ -10,7 +10,7 @@
|
||||
#include <leveldb/cache.h>
|
||||
#include <leveldb/env.h>
|
||||
#include <leveldb/filter_policy.h>
|
||||
#include <memenv/memenv.h>
|
||||
#include <memenv.h>
|
||||
|
||||
void HandleError(const leveldb::Status &status) throw(leveldb_error) {
|
||||
if (status.ok())
|
||||
|
||||
Reference in New Issue
Block a user