mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-27 12:53:25 -04:00
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:
commit
0086dcd4da
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