sas Mon Feb 10 21:34:52 2003 EDT Modified files: /php4/sapi/apache config.m4 Log: move check to proper place Index: php4/sapi/apache/config.m4 diff -u php4/sapi/apache/config.m4:1.63 php4/sapi/apache/config.m4:1.64 --- php4/sapi/apache/config.m4:1.63 Mon Feb 10 21:23:29 2003 +++ php4/sapi/apache/config.m4 Mon Feb 10 21:34:52 2003 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.63 2003/02/11 02:23:29 sas Exp $ +dnl $Id: config.m4,v 1.64 2003/02/11 02:34:52 sas Exp $ dnl AC_MSG_CHECKING(for Apache 1.x module support via DSO through APXS) @@ -218,11 +218,10 @@ AC_TRY_COMPILE([#include <httpd.h>],[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)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php