From c0f8677c12000388ae8466f532246948501a5e3f Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Sat, 6 Jul 2002 03:41:42 +0000 Subject: [PATCH] * 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 --- src/ChangeLog | 6 ++++++ src/aclocal.m4 | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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]) -- 2.26.2