summaryrefslogtreecommitdiffstats
path: root/src/conf_macros.m4
diff options
context:
space:
mode:
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 433e99ce..b4db0b4a 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])
])