From 1dcfe6bfbdb640f06f701f596004051adfa4a626 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Wed, 29 Mar 2023 13:12:50 +0200 Subject: [PATCH] Replace enable_dnsprs_dl with enable_dnsrps_dl "enable_dnsprs_dl" is a typo where "enable_dnsrps_dl" was intended. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 5adc5df049..4395b49eba 100644 --- a/configure.ac +++ b/configure.ac @@ -1479,9 +1479,9 @@ AC_ARG_ENABLE([dnsrps-dl], [AS_HELP_STRING([--enable-dnsrps-dl], [DNS Response Policy Service delayed link [default=yes]])], - [enable_dnsprs_dl="$enableval"], [enable_dnsrps_dl="yes"]) + [enable_dnsrps_dl="$enableval"], [enable_dnsrps_dl="yes"]) -AS_IF([test "$enable_dnsprs_dl" = "yes" -a "$with_dlopen" = "no"], +AS_IF([test "$enable_dnsrps_dl" = "yes" -a "$with_dlopen" = "no"], [AC_MSG_ERROR([DNS Response Policy Service delayed link requires dlopen to be enabled])]) # [pairwise: skip]