From 2ccdc19ed98e2b1e3476ea948c8daae7bd1c3f73 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 1 Feb 2013 11:57:46 +0100 Subject: [PATCH] Report enabled plugins at the end of configure --- configure.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/configure.in b/configure.in index 1b78f43695..4f08258940 100644 --- a/configure.in +++ b/configure.in @@ -1364,3 +1364,16 @@ AC_CONFIG_FILES([ testing/Makefile ]) AC_OUTPUT + +# ======================== +# report enabled plugins +# ======================== + +AC_MSG_RESULT([]) +AC_MSG_RESULT([ strongSwan will be built with the following plugins]) +AC_MSG_RESULT([-----------------------------------------------------]) + +AC_MSG_RESULT([libstrongswan:$s_plugins]) +AC_MSG_RESULT([libcharon: $c_plugins]) +AC_MSG_RESULT([libhydra: $h_plugins]) +AC_MSG_RESULT([]) -- 2.47.2