diff options
author | Tobias Brunner <tobias@strongswan.org> | 2013-02-01 11:57:46 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-02-04 16:24:58 +0100 |
commit | 2ccdc19ed98e2b1e3476ea948c8daae7bd1c3f73 (patch) | |
tree | 0f513b2182cb7d25f612fde36b315f0d30deb62a | |
parent | f2b508c1ab5462e157dc19fa268fe681082ce081 (diff) | |
download | strongswan-2ccdc19ed98e2b1e3476ea948c8daae7bd1c3f73.tar.bz2 strongswan-2ccdc19ed98e2b1e3476ea948c8daae7bd1c3f73.tar.xz |
Report enabled plugins at the end of configure
-rw-r--r-- | configure.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 1b78f4369..4f0825894 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([]) |