From: Sascha Schumann Date: Tue, 11 Feb 2003 02:35:34 +0000 (+0000) Subject: MFH X-Git-Tag: php-4.3.2RC1~267 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01f04787509887e0bc537edec12c6d4084807c81;p=php MFH --- diff --git a/sapi/apache/config.m4 b/sapi/apache/config.m4 index 3ff82b3e24..ca23a1d49e 100644 --- a/sapi/apache/config.m4 +++ b/sapi/apache/config.m4 @@ -218,11 +218,10 @@ AC_CACHE_CHECK([for member fd in BUFF *],ac_cv_php_fd_in_buff,[ AC_TRY_COMPILE([#include ],[conn_rec *c; int fd = c->client->fd;],[ ac_cv_php_fd_in_buff=yes],[ac_cv_php_fd_in_buff=no],[ac_cv_php_fd_in_buff=no]) CPPFLAGS=$save -],[ - if test "$ac_cv_php_fd_in_buff" = "yes"; then - AC_DEFINE(PHP_APACHE_HAVE_CLIENT_FD, 1, [ ]) - fi ]) +if test "$ac_cv_php_fd_in_buff" = "yes"; then + AC_DEFINE(PHP_APACHE_HAVE_CLIENT_FD,1,[ ]) +fi AC_MSG_CHECKING(for mod_charset compatibility option)