From 56c0dd1c863b4371a9aec468139de9bc41131701 Mon Sep 17 00:00:00 2001 From: Markus Moeller Date: Sun, 12 Sep 2021 17:19:56 +0100 Subject: [PATCH] correct option name --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cc79f13..a74e86b 100644 --- a/configure.ac +++ b/configure.ac @@ -104,7 +104,7 @@ fi dnl Include support for reverse dns to match IP network/mask ? AH_TEMPLATE([FDNS_ENABLE], [Include support for forward dns to match IP network/mask. This is best used with nscd enabled to minimise DNS resolution delays]) -TP_ARG_ENABLE(rdns, +TP_ARG_ENABLE(fdns, [Enable support for forward dns to match IP network/mask (default is NO)], no) if test x"$fdns__enabled" = x"yes"; then