mirror of
https://github.com/ceph/ceph
synced 2025-01-03 01:22:53 +00:00
Merge pull request #40830 from gregsfortytwo/wip-sqlite3-build
mgr: do not require sqlite3.h if WITH_LIBCEPHSQLITE=OFF Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
commit
c7cca2b86e
@ -13,8 +13,6 @@
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
#include <sqlite3.h>
|
||||
|
||||
#include "osdc/Objecter.h"
|
||||
#include "client/Client.h"
|
||||
#include "common/errno.h"
|
||||
@ -24,6 +22,7 @@
|
||||
#include "global/signal_handler.h"
|
||||
|
||||
#ifdef WITH_LIBCEPHSQLITE
|
||||
# include <sqlite3.h>
|
||||
# include "include/libcephsqlite.h"
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user