Code

configure: Added cname::dns to summary output.
authorSebastian Harl <sh@tokkee.org>
Thu, 22 Aug 2013 19:13:44 +0000 (21:13 +0200)
committerSebastian Harl <sh@tokkee.org>
Thu, 22 Aug 2013 19:13:44 +0000 (21:13 +0200)
configure.ac

index 937750160ff55651a3d1aef99be6a64015be9ad5..6195d20541ccc82d9c76b3f21db8c52fe3d0d192 100644 (file)
@@ -276,13 +276,16 @@ AC_MSG_RESULT([  Features:])
 AC_MSG_RESULT([    documentation:  . . . . . . $build_documentation])
 AC_MSG_RESULT()
 AC_MSG_RESULT([  Libraries:])
-AC_MSG_RESULT([     libdbi:  . . . . . . . . . $with_libdbi])
+AC_MSG_RESULT([    libdbi: . . . . . . . . . . $with_libdbi])
 AC_MSG_RESULT()
 AC_MSG_RESULT([  Backends:])
 AC_MSG_RESULT([    collectd: . . . . . . . . . $enable_collectd])
 AC_MSG_RESULT([    mk-livestatus:  . . . . . . $enable_mk_livestatus])
 AC_MSG_RESULT([    puppet-storeconfigs:  . . . $enable_puppet_storeconfigs])
 AC_MSG_RESULT()
+AC_MSG_RESULT([  Plugins:])
+AC_MSG_RESULT([    cname::dns: . . . . . . . . $enable_cname_dns])
+AC_MSG_RESULT()
 AC_MSG_RESULT([This package is maintained by $PACKAGE_MAINTAINER.])
 AC_MSG_RESULT([Please report bugs to $PACKAGE_BUGREPORT.])
 AC_MSG_RESULT()