Show
Ignore:
Timestamp:
07/08/2007 14:57:08 (17 months ago)
Author:
indeyets
Message:

support for sexagecimal floats

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ext/php/config.m4

    r246 r264  
    2020    done 
    2121  fi 
    22    
     22 
    2323  if test -z "$SYCK_DIR"; then 
    2424    AC_MSG_RESULT([not found]) 
     
    4242    -L$SYCK_DIR/lib 
    4343  ]) 
    44    
     44 
    4545  PHP_NEW_EXTENSION(syck, phpext.c, $ext_shared) 
     46  PHP_ADD_EXTENSION_DEP(syck, hash) 
     47  PHP_ADD_EXTENSION_DEP(syck, spl) 
    4648 
    4749  PHP_SUBST(SYCK_SHARED_LIBADD)