|
|
|
@ -72,7 +72,19 @@ int foo(int x, ...) { |
|
|
|
return 0; |
|
|
|
} |
|
|
|
int main() { return foo(10, "", 3.14); } |
|
|
|
], [cv_php_mbstring_stdarg=yes], [cv_php_mbstring_stdarg=no], [cv_php_mbstring_stdarg=no]) |
|
|
|
], [cv_php_mbstring_stdarg=yes], [cv_php_mbstring_stdarg=no], |
|
|
|
[ |
|
|
|
dnl cross-compile needs something here |
|
|
|
case $host_alias in |
|
|
|
*netware*) |
|
|
|
cv_php_mbstring_stdarg=yes |
|
|
|
;; |
|
|
|
*) |
|
|
|
cv_php_mbstring_stdarg=no |
|
|
|
;; |
|
|
|
esac |
|
|
|
] |
|
|
|
) |
|
|
|
]) |
|
|
|
|
|
|
|
AC_CHECK_HEADERS([stdlib.h string.h strings.h unistd.h sys/time.h sys/times.h]) |
|
|
|
|