diff options
author | Simo Sorce <simo@redhat.com> | 2013-09-05 11:52:08 -0400 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2013-09-09 11:43:23 -0400 |
commit | 2783d0e13b605323dffae05d28f0ee13f250a12d (patch) | |
tree | eb3ece35f08a1a2aa4cd5535129fc4f784508771 /src/external | |
parent | 9917c138d9a270deb5820915384fbde751190c2a (diff) | |
download | sssd-dlopen-test.tar.gz sssd-dlopen-test.tar.xz sssd-dlopen-test.zip |
tests: Add dlopen test to make sure modules worksdlopen-test
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])]) |