Changes between Version 6 and Version 7 of InstalarPDO


Ignore:
Timestamp:
16/12/14 12:23:09 (10 years ago)
Author:
jguerra
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstalarPDO

    v6 v7  
    2424{{{ 
    2525elif test -f $prefix/include/php/ext/pdo/php_pdo_driver.h; then 
    26 pdo_inc_path=$prefix/include/php/ext 
     26pdo_cv_inc_path=$prefix/include/php/ext 
    2727else 
    2828as_fn_error "Cannot find php_pdo_driver.h." "$LINENO" 5 
     
    3333{{{ 
    3434elif test -f $prefix/include/php5/ext/pdo/php_pdo_driver.h; then 
    35 pdo_inc_path=$prefix/include/php5/ext 
     35pdo_cv_inc_path=$prefix/include/php5/ext 
    3636else 
    3737as_fn_error "Cannot find php_pdo_driver.h." "$LINENO" 5