1239.3.1
by Toru Maesaka
Initial import of Project BlitzDB. |
1 |
AC_LIB_HAVE_LINKFLAGS(tokyocabinet,, |
2 |
[#include <tchdb.h>],
|
|
3 |
[ |
|
4 |
TCHDB hdb; |
|
5 |
]) |
|
6 |
AS_IF([test "x$ac_cv_libtokyocabinet" = "xno"],
|
|
7 |
AC_MSG_WARN([tokyocabinet not found: not building BlitzDB plugin.])) |
|
8 |
DRIZZLED_PLUGIN_DEP_LIBS="${DRIZZLED_PLUGIN_DEP_LIBS} ${LTLIBTOKYOCABINET}" |