]> git.pld-linux.org Git - packages/php.git/blob - php-pear.patch
- rel 4; build with freetds 0.82
[packages/php.git] / php-pear.patch
1 --- php-5.2.0/configure.in~     2006-11-03 01:38:33.246428054 +0200
2 +++ php-5.2.0/configure.in      2006-11-03 01:46:52.697656608 +0200
3 @@ -955,14 +955,14 @@
4    dnl
5    dnl PEAR dependancies
6    dnl
7 -  if test "$PHP_PCRE_REGEX" = "no"; then
8 -    pear_error_msg="$pear_error_msg 
9 -                    PEAR requires PCRE to be enabled.    Add --with-pcre-regex to the configure line. (or --without-pear)"
10 -  fi
11 -  if test "$PHP_XML" = "no"; then
12 -    pear_error_msg="$pear_error_msg 
13 -                    PEAR requires XML to be enabled.     Add --enable-xml to the configure line. (or --without-pear)"
14 -  fi
15 +dnl  if test "$PHP_PCRE_REGEX" = "no"; then
16 +dnl    pear_error_msg="$pear_error_msg 
17 +dnl                    PEAR requires PCRE to be enabled.    Add --with-pcre-regex to the configure line. (or --without-pear)"
18 +dnl  fi
19 +dnl  if test "$PHP_XML" = "no"; then
20 +dnl    pear_error_msg="$pear_error_msg 
21 +dnl                    PEAR requires XML to be enabled.     Add --enable-xml to the configure line. (or --without-pear)"
22 +dnl  fi
23  
24  dnl
25  dnl  if test "$PHP_XMLRPC" = "no"; then
This page took 0.036799 seconds and 3 git commands to generate.