Fix build when only postgresql is enabled
Build would fail, requesting that a database be configured...
This commit is contained in:
parent
03926420d0
commit
8288c85ca2
2
config.h
2
config.h
@ -56,7 +56,7 @@
|
||||
|
||||
#define USAGE_DATABASES "auto" USAGE_NAME_SQLITE USAGE_NAME_POSTGRESQL USAGE_NAME_LEVELDB USAGE_NAME_REDIS
|
||||
|
||||
#if !USE_SQLITE3 && !USE_LEVELDB && !USE_REDIS
|
||||
#if !USE_SQLITE3 && !USE_POSTGRESQL && !USE_LEVELDB && !USE_REDIS
|
||||
#error No database backends configured !
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user