]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Replace enable_dnsprs_dl with enable_dnsrps_dl
authorMichal Nowak <mnowak@isc.org>
Wed, 29 Mar 2023 11:12:50 +0000 (13:12 +0200)
committerMichal Nowak <mnowak@isc.org>
Thu, 30 Mar 2023 17:44:34 +0000 (19:44 +0200)
"enable_dnsprs_dl" is a typo where "enable_dnsrps_dl" was intended.

configure.ac

index 5adc5df049825a2d668548bc4c3feb9d222ad67a..4395b49eba6af41a94132b3388dfb9f6bd66feff 100644 (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]