mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-06 00:00:47 -04:00
Report enabled plugins at the end of configure
This commit is contained in:
parent
f2b508c1ab
commit
2ccdc19ed9
13
configure.in
13
configure.in
@ -1364,3 +1364,16 @@ AC_CONFIG_FILES([
|
|||||||
testing/Makefile
|
testing/Makefile
|
||||||
])
|
])
|
||||||
AC_OUTPUT
|
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([])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user