X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=64bed0896521c6f5f0e0d7e7bdd0da8a06552469;hb=f2bad367743dbcfae25a8b05141ab84b042a6904;hp=34c0c4b0df7f95e63c27cd0b9fd5eb1032fe1993;hpb=86f2cc9eeb65093fc55cc18edc4e22d0704b85f9;p=babeltrace.git diff --git a/configure.ac b/configure.ac index 34c0c4b0..64bed089 100644 --- a/configure.ac +++ b/configure.ac @@ -784,6 +784,8 @@ PPRINT_PROP_BOOL([Python plugin support], $value) AS_IF([test "x$enable_python_bindings" = "xyes" || test "x$enable_python_plugins" = "xyes"], [ PPRINT_PROP_STRING([Python include paths], [$PYTHON_INCLUDE]) PPRINT_PROP_STRING([Python linker flags], [$PYTHON_LDFLAGS]) + PPRINT_PROP_STRING([SWIG executable], [$SWIG]) + PPRINT_PROP_STRING([SWIG library], [$SWIG_LIB]) ]) AS_ECHO