From 36ccdecd053a9ad88dce86b8c84770dc2aa11d21 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 5 Sep 2013 11:52:08 -0400 Subject: tests: Add dlopen test to make sure modules works This tests dlopens and resolves all symbols to make sure there are no missing symbols in our provider modules. --- src/external/krb5.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/external') diff --git a/src/external/krb5.m4 b/src/external/krb5.m4 index 1c1c3e5e2..1a50bf1c7 100644 --- a/src/external/krb5.m4 +++ b/src/external/krb5.m4 @@ -91,4 +91,5 @@ AC_CHECK_HEADER([krb5/locate_plugin.h], ]) AM_CONDITIONAL([BUILD_KRB5_LOCATOR_PLUGIN], [test x$have_locate_plugin = xyes -a x$build_locator = xyes]) - +AM_COND_IF([BUILD_KRB5_LOCATOR_PLUGIN], + [AC_DEFINE_UNQUOTED(HAVE_KRB5_LOCATOR_PLUGIN, 1, [Build with krb5 locator plugin])]) -- cgit