diff options
author | Simo Sorce <simo@redhat.com> | 2013-09-05 11:52:08 -0400 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2013-09-09 15:11:45 -0400 |
commit | 36ccdecd053a9ad88dce86b8c84770dc2aa11d21 (patch) | |
tree | eb3ece35f08a1a2aa4cd5535129fc4f784508771 /src/external | |
parent | 9917c138d9a270deb5820915384fbde751190c2a (diff) | |
download | sssd-36ccdecd053a9ad88dce86b8c84770dc2aa11d21.tar.gz sssd-36ccdecd053a9ad88dce86b8c84770dc2aa11d21.tar.bz2 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.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/external/krb5.m4 b/src/external/krb5.m4 index 1c1c3e5e..1a50bf1c 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])]) |