From f2152b1e2824e4f98497735bfe27965d160e7720 Mon Sep 17 00:00:00 2001 From: jorton Date: Thu, 1 Dec 2005 17:17:14 +0000 Subject: [PATCH] - fix xmlreader option which was wrong in 5.1.1 --- php.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php.spec b/php.spec index 3be1324..01fba55 100644 --- a/php.spec +++ b/php.spec @@ -378,7 +378,7 @@ build --enable-force-cgi-redirect \ --with-snmp=shared,%{_prefix} \ --enable-soap=shared \ --with-xsl=shared,%{_prefix} \ - --enable-xmlreader=shared \ + --with-xmlreader=shared \ --enable-fastcgi \ --enable-pdo=shared \ --with-pdo-odbc=shared,unixODBC,%{_prefix} \