From a539938d4b6828063357dbd1e9f3c2808c1629c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 28 Jun 2015 21:13:02 +0200 Subject: Improve berkeley db detection with CMake MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- config.h.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index eefae06e..f1ac1ba4 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -2,3 +2,6 @@ // tdecachegrind #cmakedefine HAVE_MMAP 1 + +// kbabeldict/modules/dbsearchengine +#cmakedefine USE_DB_H_PATH <@USE_DB_H_PATH@> -- cgit v1.2.1