helly           Sun Sep 14 05:54:20 2003 EDT

  Modified files:              
    /php-src    configure.in 
  Log:
  Remove this (part from another patch)
  
Index: php-src/configure.in
diff -u php-src/configure.in:1.465 php-src/configure.in:1.466
--- php-src/configure.in:1.465  Sun Sep 14 05:12:54 2003
+++ php-src/configure.in        Sun Sep 14 05:54:19 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.465 2003/09/14 09:12:54 helly Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.466 2003/09/14 09:54:19 helly Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -1173,7 +1173,7 @@
 
 if test -r "$abs_srcdir/Zend/zend_objects.c"; then
   PHP_ADD_SOURCES(Zend, zend_objects.c zend_object_handlers.c zend_objects_API.c 
zend_mm.c \
-    zend_default_classes.c zend_reflection_api.c zend_interfaces.c)
+    zend_default_classes.c zend_reflection_api.c)
 fi
 
 dnl Selectively disable optimization due to high RAM usage during

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

Reply via email to