From: Evan Hunt Date: Wed, 17 Dec 2014 22:19:28 +0000 (-0800) Subject: [v9_10] fix a problem with autoheader 2.69 X-Git-Tag: v9.10.2b1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75edd46095c6c99d6d9f894c1873acb28a19e751;p=thirdparty%2Fbind9.git [v9_10] fix a problem with autoheader 2.69 --- diff --git a/config.h.in b/config.h.in index d3730771d05..86639be2a48 100644 --- a/config.h.in +++ b/config.h.in @@ -242,7 +242,7 @@ int sigwait(const unsigned int *set, int *sig); /* Define to 1 if you have the 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 header file. */ diff --git a/configure.in b/configure.in index 05743151b92..82817fc82ac 100644 --- a/configure.in +++ b/configure.in @@ -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"