From 0b9228e31f32f92ffd0b70873f94a2596fef359c Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Fri, 12 Aug 2011 13:25:19 +0000 Subject: [PATCH] * modules/proxy/config.m4: Avoid sh syntax error with autoconf 2.63, where an empty "else" clause gets generated from the args if present with only whitespace. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1157094 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/proxy/config.m4 b/modules/proxy/config.m4 index 178fa64f67e..53144e80663 100644 --- a/modules/proxy/config.m4 +++ b/modules/proxy/config.m4 @@ -43,7 +43,7 @@ APACHE_MODULE(proxy_http, Apache proxy HTTP module. Requires and is enabled by APACHE_MODULE(proxy_fcgi, Apache proxy FastCGI module. Requires and is enabled by --enable-proxy., $proxy_fcgi_objs, , $proxy_mods_enable) APACHE_MODULE(proxy_scgi, Apache proxy SCGI module. Requires and is enabled by --enable-proxy., $proxy_scgi_objs, , $proxy_mods_enable) APACHE_MODULE(proxy_fdpass, Apache proxy to Unix Daemon Socket module. Requires --enable-proxy., $proxy_fdpass_objs, , , [ - AC_CHECK_DECL(CMSG_DATA, [ ], [ ], [ + AC_CHECK_DECL(CMSG_DATA,,, [ #include #include ]) -- 2.47.2