sniper          Sun Jun  3 21:57:31 2007 UTC

  Modified files:              
    /php-src/sapi/phttpd        config.m4 
  Log:
  another missed ])
  
http://cvs.php.net/viewvc.cgi/php-src/sapi/phttpd/config.m4?r1=1.8&r2=1.9&diff_format=u
Index: php-src/sapi/phttpd/config.m4
diff -u php-src/sapi/phttpd/config.m4:1.8 php-src/sapi/phttpd/config.m4:1.9
--- php-src/sapi/phttpd/config.m4:1.8   Sun Jun  3 20:26:45 2007
+++ php-src/sapi/phttpd/config.m4       Sun Jun  3 21:57:31 2007
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.8 2007/06/03 20:26:45 sniper Exp $
+dnl $Id: config.m4,v 1.9 2007/06/03 21:57:31 sniper Exp $
 dnl 
 
 RESULT=no
@@ -21,7 +21,7 @@
   PHP_SELECT_SAPI(phttpd, shared, phttpd.c)
   INSTALL_IT="\$(INSTALL) -m 0755 $SAPI_SHARED 
\$(INSTALL_ROOT)$PHP_PHTTPD/modules/"
   RESULT=yes
-])
+fi
 AC_MSG_RESULT($RESULT)
 
 dnl ## Local Variables:

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to