From 15588bc8ad22e3ccb63d7cbbb91cc7717da887c0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Sun, 23 Oct 2016 12:50:31 +0200 Subject: [PATCH] Print system/embedded for lmdb instead of yes/no as it is always present --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 371082bde..1763d5aec 100644 --- a/Makefile +++ b/Makefile @@ -102,10 +102,10 @@ info: $(info INCLUDEDIR: $(INCLUDEDIR)) $(info MODULEDIR: $(MODULEDIR)) $(info ) - $(info Dependencies) + $(info Core Dependencies) $(info ------------) $(info [$(HAS_libknot)] libknot (lib)) - $(info [$(HAS_lmdb)] lmdb (lib)) + $(info [yes] $(if $(filter $(HAS_lmdb),yes),system,embedded) lmdb (lib)) $(info [$(HAS_lua)] luajit (daemon)) $(info [$(HAS_libuv)] libuv (daemon)) $(info [$(HAS_gnutls)] libgnutls (daemon)) -- 2.47.2