X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=716c9f4da5fd3154a1bf518b9597a7ee1c9a8ef8;hb=faf5c654855a7a42093e43c4c739bb69dd2375d3;hp=c4162d996d64b810ae184bb4c5c93d9fe1e3972b;hpb=c470d6c4d3b98aea46520862481cc158314129e3;p=babeltrace.git diff --git a/configure.ac b/configure.ac index c4162d99..716c9f4d 100644 --- a/configure.ac +++ b/configure.ac @@ -514,6 +514,9 @@ AE_IF_FEATURE_ENABLED([built-in-python-plugin-support], [AC_DEFINE([BT_BUILT_IN_PYTHON_PLUGIN_SUPPORT], [1], [Define to 1 to register plug-in attributes in static executable sections])] ) +AE_IF_FEATURE_ENABLED([python-plugins], [ENABLE_PYTHON_PLUGINS=1], [ENABLE_PYTHON_PLUGINS=0]) +AC_SUBST([ENABLE_PYTHON_PLUGINS]) + AE_IF_FEATURE_ENABLED([debug-info], [ENABLE_DEBUG_INFO_VAL=1], [ENABLE_DEBUG_INFO_VAL=0]) AC_SUBST([ENABLE_DEBUG_INFO_VAL])