From: Ezra Peisach Date: Sat, 6 Jul 2002 03:41:42 +0000 (+0000) Subject: * aclocal.m4 (KRB5_AC_INET6): Use the three argument form of X-Git-Tag: krb5-1.3-alpha1~606 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c0f8677c12000388ae8466f532246948501a5e3f;p=krb5.git * aclocal.m4 (KRB5_AC_INET6): Use the three argument form of AC_DEFINE so that comment will be added to autoconf.h.in without requiring acconfig.h change. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14613 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/ChangeLog b/src/ChangeLog index 2f772609b..040cb813b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2002-07-05 Ezra Peisach + + * aclocal.m4 (KRB5_AC_INET6): Use the three argument form of + AC_DEFINE so that comment will be added to autoconf.h.in without + requiring acconfig.h change. + 2002-07-05 Ken Raeburn * aclocal.m4 (KRB5_AC_INET6): Include netdb.h when checking for diff --git a/src/aclocal.m4 b/src/aclocal.m4 index 04d868f39..67be1d949 100644 --- a/src/aclocal.m4 +++ b/src/aclocal.m4 @@ -244,7 +244,7 @@ getaddrinfo("kerberos.mit.edu", "echo", 0, &ai); ], ac_cv_func_getaddrinfo=yes, ac_cv_func_getaddrinfo=no)]) AC_MSG_RESULT($ac_cv_func_getaddrinfo) if test $ac_cv_func_getaddrinfo = yes; then - AC_DEFINE(HAVE_GETADDRINFO) + AC_DEFINE(HAVE_GETADDRINFO,1,[Define if you have the getaddrinfo function]) fi dnl AC_REQUIRE([KRB5_SOCKADDR_SA_LEN])