From 8c102541166f7494fd8142593fe498ca9bf567b4 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Tue, 16 Jul 2019 21:03:58 -0400 Subject: [PATCH] configure: report SWIG and SWIG_LIB values I am trying to use an alternative SWIG installation, and though it would be useful to have this information in the configure report. Change-Id: I4532062afb03c27caac5e811d33224d06a598b87 Signed-off-by: Simon Marchi Reviewed-on: https://review.lttng.org/c/babeltrace/+/1710 Tested-by: jenkins Reviewed-by: Philippe Proulx --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.34.1