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

index 17d2aedd17535e0e1b88f805314d461f7f36e84d..15305b143f8d13daac69cd965d32742dbadd8594 100644 (file)
@@ -229,7 +229,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 f36af42bad15d61807fa4472f2f0eb43c62f98bd..fb91e682f9b8abf69e3005395b71400fc11aacfa 100644 (file)
@@ -2886,7 +2886,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"