On 06/06/2010 06:54 PM, [email protected] wrote:
> Author: sf
> Date: Sun Jun  6 16:54:51 2010
> New Revision: 951893
> 
> URL: http://svn.apache.org/viewvc?rev=951893&view=rev
> Log:
> - Introduce log levels trace1/.../trace8
> - Add macro wrappers for ap_log_*error. On C99, this will save argument
>   preparation and function call overhead when a message is not logged
>   because of the configured loglevel.
> - Introduce per-module loglevel configuration.
> 
> Modified:
>     httpd/httpd/trunk/configure.in
>     httpd/httpd/trunk/include/ap_mmn.h
>     httpd/httpd/trunk/include/http_config.h
>     httpd/httpd/trunk/include/http_log.h
>     httpd/httpd/trunk/include/httpd.h
>     httpd/httpd/trunk/server/config.c
>     httpd/httpd/trunk/server/core.c
>     httpd/httpd/trunk/server/log.c
>     httpd/httpd/trunk/server/util_debug.c
> 
> Modified: httpd/httpd/trunk/configure.in
> URL: 
> http://svn.apache.org/viewvc/httpd/httpd/trunk/configure.in?rev=951893&r1=951892&r2=951893&view=diff
> ==============================================================================
> --- httpd/httpd/trunk/configure.in (original)
> +++ httpd/httpd/trunk/configure.in Sun Jun  6 16:54:51 2010
> @@ -170,6 +170,9 @@ dnl PCRE and for our config tests will b
>  AC_PROG_CC
>  AC_PROG_CPP
>  
> +dnl Try to get c99 support for variadic macros
> +AC_PROG_CC_C99
> +

This test is only present since autoconf >= 2.60.
Since 2.59 is still delivered with RedHat 4 / 5 this does not work
there, but the error is non fatal.

Regards

RĂ¼diger

Reply via email to