From 4928259fa9d5612e173f951c6a4b2abd4b49ad78 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Thu, 7 Mar 2002 19:56:53 +0000 Subject: [PATCH] ze2 handling --- configure.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.in b/configure.in index e8dd475eb4..255d26b6e9 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.50.1