X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=configure.ac;h=a15ce6e665d10c31e9bc5eb3ab77069f1150dcbc;hb=31cc85a3b6a4d146ebc483a1a38e46236aab4cca;hp=c4162d996d64b810ae184bb4c5c93d9fe1e3972b;hpb=2a3123c6d0b37ab5d5d935992fbca6408d1d4ee2;p=babeltrace.git diff --git a/configure.ac b/configure.ac index c4162d99..a15ce6e6 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]) @@ -743,7 +746,6 @@ m4_define([WARN_FLAGS_LIST], [ dnl -Wduplicated-branches dnl -Wlogical-op dnl -Wsuggest-override dnl - -Wno-unused-parameter dnl -Wno-sign-compare dnl dnl dnl Some versions of SWIG (like 3.0.12) generate code that produces @@ -758,7 +760,6 @@ m4_define([WARN_FLAGS_LIST], [ dnl dnl dnl Ref: https://github.com/swig/swig/issues/1259 -Wno-cast-function-type dnl - -Wno-missing-field-initializers dnl -Wno-maybe-uninitialized dnl ]) @@ -813,21 +814,11 @@ AC_CONFIG_FILES([ Makefile src/babeltrace2-ctf-writer.pc src/babeltrace2.pc - src/bindings/Makefile src/bindings/python/bt2/bt2/version.py src/bindings/python/bt2/Makefile src/bindings/python/bt2/setup.py - src/bindings/python/Makefile src/cli/Makefile - src/common/Makefile src/Makefile - src/plugins/common/Makefile - src/plugins/ctf/common/metadata/Makefile - src/plugins/ctf/Makefile - src/plugins/lttng-utils/Makefile - src/plugins/Makefile - src/plugins/text/Makefile - src/plugins/utils/Makefile tests/bitfield/Makefile tests/ctf-writer/Makefile tests/lib/Makefile