Author: mturk Date: Tue Jun 26 16:48:06 2012 New Revision: 1354107 URL: http://svn.apache.org/viewvc?rev=1354107&view=rev Log: Be consistent in HAVE_foo naming
Modified: tomcat/jk/trunk/native/configure.in Modified: tomcat/jk/trunk/native/configure.in URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/configure.in?rev=1354107&r1=1354106&r2=1354107&view=diff ============================================================================== --- tomcat/jk/trunk/native/configure.in (original) +++ tomcat/jk/trunk/native/configure.in Tue Jun 26 16:48:06 2012 @@ -420,7 +420,7 @@ int main(void) JK_HAVE_IPV6 JK_CHECK_SASTORAGE AC_CHECK_FUNC(getaddrinfo, AC_DEFINE(HAVE_GETADDRINFO,1,[Have getaddrinfo()])) -AC_CHECK_FUNC(gethostbyname_r, AC_DEFINE(HAVE_HOSTBYNAME_R,1,[Have gethostbyname_r()])) +AC_CHECK_FUNC(gethostbyname_r, AC_DEFINE(HAVE_GETHOSTBYNAME_R,1,[Have gethostbyname_r()])) dnl Apache-2.0 needs the os subdirectory to include os.h dnl this include is copy from os/config.m4 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org