summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2013-12-22 00:52:05 +0100
committerBob Weinand <bobwei9@hotmail.com>2013-12-22 00:52:05 +0100
commit97bf25438526a2d4d60d4284bd12c1d40ae7134c (patch)
tree1ddd19941a7c2fd93f074511dfe805304fd92e3e /configure.in
parent61199be02f48232cf7b6a96c3a3d180e566d332a (diff)
downloadphp-git-97bf25438526a2d4d60d4284bd12c1d40ae7134c.tar.gz
Included new .c file in build too
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 8a6e9d7df5..a2cbe32efa 100644
--- a/configure.in
+++ b/configure.in
@@ -1467,7 +1467,7 @@ PHP_ADD_SOURCES(Zend, \
zend_ini_parser.c zend_ini_scanner.c \
zend_alloc.c zend_compile.c zend_constants.c zend_dynamic_array.c zend_dtrace.c \
zend_execute_API.c zend_highlight.c zend_llist.c \
- zend_opcode.c zend_operators.c zend_ptr_stack.c zend_stack.c \
+ zend_vm_opcodes.c zend_opcode.c zend_operators.c zend_ptr_stack.c zend_stack.c \
zend_variables.c zend.c zend_API.c zend_extensions.c zend_hash.c \
zend_list.c zend_indent.c zend_builtin_functions.c zend_sprintf.c \
zend_ini.c zend_qsort.c zend_multibyte.c zend_ts_hash.c zend_stream.c \