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:
Michal Nowak 2023-03-29 13:12:50 +02:00
parent f3579b1760
commit 1dcfe6bfbd
No known key found for this signature in database

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]