diff options
author | foobar <sniper@php.net> | 2002-03-17 17:30:55 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2002-03-17 17:30:55 +0000 |
commit | d568b5c87b95628e594ecf07411d05a9dd8ff909 (patch) | |
tree | 22515e990c66c856d80d6fbe0e54e8646a60727e | |
parent | 9ca0100889ea9517e655fda66c9056e853a92182 (diff) | |
download | php-git-d568b5c87b95628e594ecf07411d05a9dd8ff909.tar.gz |
Fix build.
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index a507735cf2..01c0d77ecf 100644 --- a/configure.in +++ b/configure.in @@ -1063,7 +1063,7 @@ PHP_ADD_SOURCES(main, main.c snprintf.c php_sprintf.c \ php_ini.c SAPI.c rfc1867.c php_content_types.c strlcpy.c \ strlcat.c mergesort.c reentrancy.c php_variables.c php_ticks.c \ streams.c network.c php_open_temporary_file.c php_logos.c \ - output.c) + output.c memory_streams.c) PHP_ADD_SOURCES(/main, internal_functions.c,, sapi) PHP_ADD_SOURCES(/main, internal_functions_cli.c,, cli) |