components/php-5_3/php-sapi/patches-other/pear_php_config.patch
changeset 846 fe258446a1ae
equal deleted inserted replaced
845:f38158deaa77 846:fe258446a1ae
       
     1 --- php-config_orig	Mon Dec 12 14:59:42 2011
       
     2 +++ php-config	Mon Dec 12 15:48:49 2011
       
     3 @@ -44,6 +44,8 @@
       
     4  case "$1" in
       
     5  --prefix)
       
     6    echo $prefix;;
       
     7 +--pear-prefix)
       
     8 +  echo $pear_prefix;;
       
     9  --includes)
       
    10    echo $includes;;
       
    11  --ldflags)