]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_10] fix a problem with autoheader 2.69
authorEvan Hunt <each@isc.org>
Wed, 17 Dec 2014 22:19:28 +0000 (14:19 -0800)
committerEvan Hunt <each@isc.org>
Wed, 17 Dec 2014 22:19:28 +0000 (14:19 -0800)
config.h.in
configure.in

index d3730771d05dea39a03f6c7dbba9256fded9857d..86639be2a481c728659bbcd7d8570ba44692adc6 100644 (file)
@@ -242,7 +242,7 @@ int sigwait(const unsigned int *set, int *sig);
 /* Define to 1 if you have the <gssapi_krb5.h> header file. */
 #undef HAVE_GSSAPI_KRB5_H
 
-/* Define to 1 if you have the `if_nametoindex' function. */
+/* Define to 1 if you have the if_nametoindex function. */
 #undef HAVE_IF_NAMETOINDEX
 
 /* Define to 1 if you have the <inttypes.h> header file. */
index 05743151b92f41437f6050d687c799c14c5320ea..82817fc82acea040961d3b3cec61e9e22f026738 100644 (file)
@@ -3494,7 +3494,9 @@ esac
 case $ac_cv_have_if_nametoindex in
 yes)
        ISC_PLATFORM_HAVEIFNAMETOINDEX="#define ISC_PLATFORM_HAVEIFNAMETOINDEX 1"
-       AC_DEFINE(HAVE_IF_NAMETOINDEX, 1)
+        AC_DEFINE(HAVE_IF_NAMETOINDEX, 1,
+                  [Define to 1 if you have the if_nametoindex function.])
+
        ;;
 *)
        ISC_PLATFORM_HAVEIFNAMETOINDEX="#undef ISC_PLATFORM_HAVEIFNAMETOINDEX"