From: hno <> Date: Tue, 13 Jul 2004 07:01:19 +0000 (+0000) Subject: make autoheader happy about the va_copy test X-Git-Tag: SQUID_3_0_PRE4~1084 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a45f884d01f243268b08de622344ed0e7c716f7e;p=thirdparty%2Fsquid.git make autoheader happy about the va_copy test --- diff --git a/configure.in b/configure.in index 6fdfdd0466..645645c07b 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ dnl Configuration input file for Squid dnl dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9) dnl -dnl $Id: configure.in,v 1.355 2004/06/02 19:19:21 hno Exp $ +dnl $Id: configure.in,v 1.356 2004/07/13 01:01:19 hno Exp $ dnl dnl dnl @@ -13,7 +13,7 @@ AC_CONFIG_SRCDIR([src/main.cc]) AC_CONFIG_AUX_DIR(cfgaux) AM_INIT_AUTOMAKE(squid, 3.0-PRE3-CVS) AM_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.355 $)dnl +AC_REVISION($Revision: 1.356 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE @@ -2056,7 +2056,7 @@ AC_CACHE_CHECK(if va_copy is implemented, ac_cv_func_va_copy, ],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, [If your system have va_copy]) fi dnl @@ -2080,7 +2080,7 @@ AC_CACHE_CHECK(if __va_copy is implemented, ac_cv_func___va_copy, ],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 have __va_copy instead of va_copy]) fi dnl IP-Filter support requires ipf header files. These aren't