]> granicus.if.org Git - php/commitdiff
ze2 handling
authorSascha Schumann <sas@php.net>
Thu, 7 Mar 2002 19:56:53 +0000 (19:56 +0000)
committerSascha Schumann <sas@php.net>
Thu, 7 Mar 2002 19:56:53 +0000 (19:56 +0000)
configure.in

index e8dd475eb442c1aed9cfdb1bab66287a43a93da1..255d26b6e926283789fa131aa8f0bb30d22c20df 100644 (file)
@@ -1084,6 +1084,10 @@ PHP_ADD_SOURCES(Zend, \
     zend_list.c zend_indent.c zend_builtin_functions.c zend_sprintf.c \
     zend_ini.c zend_qsort.c)
 
+if test -r "Zend/zend_objects.c"; then
+  PHP_ADD_SOURCES(Zend, zend_objects.c zend_object_handlers.c)
+fi
+
 dnl Selectively disable optimization due to high RAM usage during
 dnl compiling the executor.
 if test -n "$GCC" && test "$ZEND_INLINE_OPTIMIZATION" != "yes"; then