sas             Mon Feb 10 21:35:15 2003 EDT

  Modified files:              (Branch: PHP_4)
    /php4/sapi/apache   config.m4 
  Log:
  MFH
  
Index: php4/sapi/apache/config.m4
diff -u php4/sapi/apache/config.m4:1.62.6.1 php4/sapi/apache/config.m4:1.62.6.2
--- php4/sapi/apache/config.m4:1.62.6.1 Mon Feb 10 21:25:01 2003
+++ php4/sapi/apache/config.m4  Mon Feb 10 21:35:15 2003
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.62.6.1 2003/02/11 02:25:01 sas Exp $
+dnl $Id: config.m4,v 1.62.6.2 2003/02/11 02:35:15 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

Reply via email to