summaryrefslogtreecommitdiffstats
path: root/src/conf_macros.m4
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/conf_macros.m4
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/conf_macros.m4')
-rw-r--r--src/conf_macros.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf_macros.m4 b/src/conf_macros.m4
index 433e99cef..b4db0b4a2 100644
--- a/src/conf_macros.m4
+++ b/src/conf_macros.m4
@@ -329,6 +329,7 @@ AC_DEFUN([WITH_PYTHON_BINDINGS],
if test x"$with_python_bindings" = xyes; then
HAVE_PYTHON_BINDINGS=1
AC_SUBST(HAVE_PYTHON_BINDINGS)
+ AC_DEFINE_UNQUOTED(HAVE_PYTHON_BINDINGS, 1, [Build with python bindings])
fi
AM_CONDITIONAL([BUILD_PYTHON_BINDINGS], [test x"$with_python_bindings" = xyes])
])