summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-20 16:04:11 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-20 16:04:11 +0000
commit99155ccbf20efb98ce97145b9aee95fb487262cc (patch)
tree00a7acdd717ecf462922234839c5af3d02bb7316 /configure.in
parent22c4bdcd18036d830c1071a81139f8238f7f0ae8 (diff)
* configure.in: removed strftime from AC_REPLACE_FUNCS().
* include/ruby/missing.h: removed prototype for strftime(). * missing/strftime.c: removed. * time.c (time_to_s): use rb_strftime() instead of strftime(3). (time_zone): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18734 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a6b11f71df..0cdc09e214 100644
--- a/configure.in
+++ b/configure.in
@@ -766,7 +766,7 @@ case $rb_cv_broken_glibc_ia64_erfc in
yes) ac_cv_func_erf=no;;
esac
-AC_REPLACE_FUNCS(dup2 memmove strerror strftime\
+AC_REPLACE_FUNCS(dup2 memmove strerror\
strchr strstr crypt flock vsnprintf\
isnan finite isinf hypot acosh erf tgamma lgamma_r cbrt \
strlcpy strlcat)