Changeset 264 for trunk/ext/php/config.m4
- Timestamp:
- 07/08/2007 14:57:08 (17 months ago)
- Files:
-
- 1 modified
-
trunk/ext/php/config.m4 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ext/php/config.m4
r246 r264 20 20 done 21 21 fi 22 22 23 23 if test -z "$SYCK_DIR"; then 24 24 AC_MSG_RESULT([not found]) … … 42 42 -L$SYCK_DIR/lib 43 43 ]) 44 44 45 45 PHP_NEW_EXTENSION(syck, phpext.c, $ext_shared) 46 PHP_ADD_EXTENSION_DEP(syck, hash) 47 PHP_ADD_EXTENSION_DEP(syck, spl) 46 48 47 49 PHP_SUBST(SYCK_SHARED_LIBADD)