summaryrefslogtreecommitdiffstats
path: root/src/external
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-09-05 11:52:08 -0400
committerSimo Sorce <simo@redhat.com>2013-09-09 15:11:45 -0400
commit36ccdecd053a9ad88dce86b8c84770dc2aa11d21 (patch)
treeeb3ece35f08a1a2aa4cd5535129fc4f784508771 /src/external
parent9917c138d9a270deb5820915384fbde751190c2a (diff)
downloadsssd-36ccdecd053a9ad88dce86b8c84770dc2aa11d21.tar.gz
sssd-36ccdecd053a9ad88dce86b8c84770dc2aa11d21.tar.xz
sssd-36ccdecd053a9ad88dce86b8c84770dc2aa11d21.zip
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.
Diffstat (limited to 'src/external')
-rw-r--r--src/external/krb5.m43
1 files changed, 2 insertions, 1 deletions
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])])