From: Sebastian Harl Date: Thu, 22 Aug 2013 19:13:44 +0000 (+0200) Subject: configure: Added cname::dns to summary output. X-Git-Tag: sysdb-0.1.0~372 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=f0c82a82efa8c3a23cbdc507bc860e3e13807007 configure: Added cname::dns to summary output. --- diff --git a/configure.ac b/configure.ac index 9377501..6195d20 100644 --- a/configure.ac +++ b/configure.ac @@ -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()