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
+2002-07-05 Ezra Peisach <epeisach@bu.edu>
+
+ * 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 <raeburn@mit.edu>
* aclocal.m4 (KRB5_AC_INET6): Include netdb.h when checking for
], 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])