X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=configure.ac;h=937750160ff55651a3d1aef99be6a64015be9ad5;hb=71661692f9a5ad91ec9b97b197cc3a2b057585cf;hp=6847c08c9da269681eddfcc3c269bb110314e10d;hpb=6138090532ecfc07b00b10287f835dfe5a0bef3b;p=sysdb.git diff --git a/configure.ac b/configure.ac index 6847c08..9377501 100644 --- a/configure.ac +++ b/configure.ac @@ -246,6 +246,8 @@ AC_SDB_PLUGIN([puppet-storeconfigs], [$puppet_storeconfigs_default], [backend accessing the Puppet stored configuration database]) AC_SDB_PLUGIN([syslog], [yes], [plugin logging to syslog]) +AC_SDB_PLUGIN([cname-dns], [yes], + [canonicalize hostnames by querying DNS]) AM_CONDITIONAL([BUILD_DOCUMENTATION], test "x$build_documentation" = "xyes")