Lines Matching refs:recode
5 PHP_ARG_WITH(recode,for recode support,
6 [ --with-recode[=DIR] Include recode support])
12 if test -f $i/include/recode.h; then
17 if test -f $i/include/recode/recode.h; then
19 RECODE_INC=include/recode
20 RECODE_LIB=$PHP_LIBDIR/recode
22 if test -f $i/recode/include/recode.h; then
23 RECODE_DIR=$i/recode
31 AC_MSG_ERROR([Can not find recode.h anywhere under $RECODE_LIST.])
34 PHP_CHECK_LIBRARY(recode, recode_format_table,
36 PHP_ADD_LIBRARY_WITH_PATH(recode, $RECODE_DIR/$RECODE_LIB, RECODE_SHARED_LIBADD)
48 PHP_ADD_LIBRARY_DEFER_WITH_PATH(recode, $RECODE_DIR/$RECODE_LIB, RECODE_SHARED_LIBADD)
63 PHP_NEW_EXTENSION(recode, recode.c, $ext_shared)