--------------------- PatchSet 1032 Date: 2004/06/21 19:59:08 Author: serassio Branch: nt Tag: (none) Log: Fixed a wrong forward port of va_copy fix from 2.5 Members: configure.in:1.26.2.29->1.26.2.30 Index: squid3/configure.in =================================================================== RCS file: /cvsroot/squid-sf//squid3/configure.in,v retrieving revision 1.26.2.29 retrieving revision 1.26.2.30 diff -u -r1.26.2.29 -r1.26.2.30 --- squid3/configure.in 6 Jun 2004 08:40:20 -0000 1.26.2.29 +++ squid3/configure.in 21 Jun 2004 19:59:08 -0000 1.26.2.30 @@ -3,7 +3,7 @@ dnl dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9) dnl -dnl $Id: configure.in,v 1.26.2.29 2004/06/06 08:40:20 serassio Exp $ +dnl $Id: configure.in,v 1.26.2.30 2004/06/21 19:59:08 serassio Exp $ dnl dnl dnl @@ -13,7 +13,7 @@ AC_CONFIG_AUX_DIR(cfgaux) AM_INIT_AUTOMAKE(squid, 3.0-PRE3-CVS-NT) AM_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.26.2.29 $)dnl +AC_REVISION($Revision: 1.26.2.30 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE @@ -2157,7 +2157,7 @@ ],ac_cv_func_va_copy="yes",ac_cv_func_va_copy="no") ) if test "$ac_cv_func_va_copy" = "yes" ; then - AC_DEFINE(HAVE_VA_COPY) + AC_DEFINE(HAVE_VA_COPY,1,[Some systems dont have va_copy]) fi dnl @@ -2181,7 +2181,7 @@ ],ac_cv_func___va_copy="yes",ac_cv_func___va_copy="no") ) if test "$ac_cv_func___va_copy" = "yes" ; then - AC_DEFINE(HAVE___VA_COPY) + AC_DEFINE(HAVE___VA_COPY,1,[Some systems support __va_copy]) fi dnl IP-Filter support requires ipf header files. These aren't