mirror of
https://github.com/php/php-src.git
synced 2024-11-26 11:23:47 +08:00
Fix build
This commit is contained in:
parent
c4b11d2447
commit
19df86f388
@ -38,11 +38,12 @@ int main() {
|
||||
}
|
||||
],[
|
||||
AC_MSG_RESULT(yes)
|
||||
PHP_DEFINE(ICONV_SUPPORTS_ERRNO)
|
||||
AC_DEFINE(ICONV_SUPPORTS_ERRNO,1,[Whether iconv supports error no or not])
|
||||
],[
|
||||
AC_MSG_RESULT(no)
|
||||
])
|
||||
|
||||
AC_DEFINE(HAVE_ICONV,1,[Whether to build ICONV support or not])
|
||||
PHP_NEW_EXTENSION(iconv, iconv.c, $ext_shared)
|
||||
PHP_SUBST(ICONV_SHARED_LIBADD)
|
||||
], [
|
||||
|
Loading…
Reference in New Issue
Block a user