Bug #6 ยป force_use_missing.patch
configure.in (working copy) | ||
---|---|---|
878 | 878 |
ac_cv_func_times=yes |
879 | 879 |
ac_cv_func_waitpid=yes |
880 | 880 |
ac_cv_func_fsync=yes |
881 |
ac_cv_func_snprintf=no |
|
882 |
ac_cv_func_vsnprintf=no |
|
881 | 883 |
ac_cv_func_seekdir=yes |
882 | 884 |
ac_cv_func_telldir=yes |
883 | 885 |
ac_cv_func_isinf=yes |
... | ... | |
1104 | 1106 |
rb_cv_broken_glibc_ia64_erfc=no)]) |
1105 | 1107 |
AS_CASE([$rb_cv_broken_glibc_ia64_erfc],[yes],[ac_cv_func_erf=no]) |
1106 | 1108 | |
1109 |
AS_CASE(["$target_os"],[mingw*],[],[AC_REPLACE_FUNCS(vsnprintf)]) |
|
1107 | 1110 |
AC_REPLACE_FUNCS(dup2 memmove strerror\ |
1108 |
strchr strstr crypt flock vsnprintf\
|
|
1111 |
strchr strstr crypt flock\ |
|
1109 | 1112 |
isnan finite isinf hypot acosh erf tgamma lgamma_r cbrt \ |
1110 | 1113 |
strlcpy strlcat) |
1111 | 1114 |
AC_CHECK_FUNCS(fmod killpg wait4 waitpid fork spawnv syscall chroot getcwd eaccess\ |