Report enabled plugins at the end of configure

This commit is contained in:
Tobias Brunner 2013-02-01 11:57:46 +01:00
parent f2b508c1ab
commit 2ccdc19ed9
1 changed files with 13 additions and 0 deletions

View File

@ -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([])