From f1d78e3ef50797db19f027ab9d2387c7122e32e7 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Mon, 8 Apr 2002 12:42:01 +0000 Subject: [PATCH] remove streams option from branch --- configure.in | 9 --------- 1 file changed, 9 deletions(-) diff --git a/configure.in b/configure.in index c668a820f4..e4ec75d387 100644 --- a/configure.in +++ b/configure.in @@ -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) -- 2.50.1