From: Tobias Brunner Date: Fri, 1 Feb 2013 10:57:46 +0000 (+0100) Subject: Report enabled plugins at the end of configure X-Git-Tag: 5.0.3dr1~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ccdc19ed98e2b1e3476ea948c8daae7bd1c3f73;p=thirdparty%2Fstrongswan.git Report enabled plugins at the end of configure --- 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([])