]> granicus.if.org Git - php/commitdiff
remove streams option from branch
authorWez Furlong <wez@php.net>
Mon, 8 Apr 2002 12:42:01 +0000 (12:42 +0000)
committerWez Furlong <wez@php.net>
Mon, 8 Apr 2002 12:42:01 +0000 (12:42 +0000)
configure.in

index c668a820f4ca5bbbf30a0b7c7e556c5ab064a4c2..e4ec75d387c334f5c51fabd8049d86db18cc5ec6 100644 (file)
@@ -725,15 +725,6 @@ if test "$PHP_DMALLOC" = "yes"; then
   ])
 fi
 
-# temporary until streams are better integrated
-PHP_ARG_ENABLE(php-streams,whether to enable php streams,
-[  --enable-php-streams    Include experimental php streams.
-                          Do not use unless you are testing the code!])
-
-if test "$PHP_PHP_STREAMS" = "yes"; then
-  AC_DEFINE(HAVE_PHP_STREAM, 1, [Whether to use php streams])
-fi
-
 AC_CHECK_LIB(crypt, crypt, [
   PHP_ADD_LIBRARY(crypt)
   PHP_ADD_LIBRARY(crypt, 1)