Merge branch 'mnowak/replace-enable_dnsprs_dl-with-enable_dnsrps_dl' into 'main'

Replace enable_dnsprs_dl with enable_dnsrps_dl

See merge request isc-projects/bind9!7745
This commit is contained in:
Michal Nowak 2023-03-30 17:51:42 +00:00
commit 0086dcd4da

View file

@ -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]