mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 07:22:08 -04:00
Replace enable_dnsprs_dl with enable_dnsrps_dl
"enable_dnsprs_dl" is a typo where "enable_dnsrps_dl" was intended.
This commit is contained in:
parent
f3579b1760
commit
1dcfe6bfbd
1 changed files with 2 additions and 2 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue