X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fyatl.m4;h=4415863f63ab7954e501d1466c3e3081ec3dd7c2;hb=0f8935c1217d98bb2d7054eeea797cfc73a5bd17;hp=8a42407b8bf751dcae52a5cfcbb65c4e3ca8f8b6;hpb=25efe3485198149616820ab4e52d2f18f0abe5a7;p=awesomized%2Flibmemcached diff --git a/libtest/yatl.m4 b/libtest/yatl.m4 index 8a42407b..4415863f 100644 --- a/libtest/yatl.m4 +++ b/libtest/yatl.m4 @@ -3,8 +3,14 @@ dnl This file is free software; Data Differential, LLC. dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. -AC_SUBST([LIBTEST_VERSION], [1.0]) +AC_SUBST([LIBTEST_VERSION],[1.0]) AC_CONFIG_FILES([libtest/version.h]) m4_include([libtest/m4/mysql.m4]) m4_include([libtest/m4/memcached.m4]) +AC_DEFINE([HAVE_MEMCACHED_SASL_BINARY],[0],[If Memcached binary with sasl support is available]) + +YATL_MYSQL +YATL_MEMCACHED + +AC_CONFIG_FILES([libtest/yatlcon.h])