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/conf_macros.m4 | 1 + 1 file changed, 1 insertion(+) (limited to 'src/conf_macros.m4') 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]) ]) -- cgit