Changeset 24 for trunk/ext/php

Show
Ignore:
Timestamp:
03/12/2003 12:15:23 (6 years ago)
Author:
whythluckystiff
Message:

Switched to RE2C lexer.

Files:
1 modified

Legend:

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

    r23 r24  
    4040    AC_MSG_ERROR([wrong syck lib version or lib not found]) 
    4141  ],[ 
    42     -L$SYCK_DIR/lib -lm -ldl 
     42    -L$SYCK_DIR/lib 
    4343  ]) 
    4444   
    45   PHP_NEW_EXTENSION(syck, phpext.c, $ext_shared) 
     45  # For PHP 4.3.0: 
     46  # PHP_NEW_EXTENSION(syck, phpext.c, $ext_shared) 
     47 
     48  # For PHP pre-4.3.0: 
     49  PHP_EXTENSION(syck, $ext_shared) 
     50 
    4651  PHP_SUBST(SYCK_SHARED_LIBADD) 
    4752fi