gschlossnagle           Mon Jun 30 16:04:39 2003 EDT

  Modified files:              
    /php-src    configure.in 
  Log:
  add support for end_reflection_api.c
  
  
Index: php-src/configure.in
diff -u php-src/configure.in:1.454 php-src/configure.in:1.455
--- php-src/configure.in:1.454  Mon Jun 30 12:33:50 2003
+++ php-src/configure.in        Mon Jun 30 16:04:39 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.454 2003/06/30 16:33:50 sniper Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.455 2003/06/30 20:04:39 gschlossnagle Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -1160,7 +1160,7 @@
     zend_ini.c zend_qsort.c zend_multibyte.c zend_ts_hash.c zend_stream.c)
 
 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)
+  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)
 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