]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Report enabled plugins at the end of configure
authorTobias Brunner <tobias@strongswan.org>
Fri, 1 Feb 2013 10:57:46 +0000 (11:57 +0100)
committerTobias Brunner <tobias@strongswan.org>
Mon, 4 Feb 2013 15:24:58 +0000 (16:24 +0100)
configure.in

index 1b78f436959d1c76e5e2b8cc47ef527766b8e13d..4f08258940d96eb0e1c75b7a1edbbff2c337230f 100644 (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([])