summaryrefslogtreecommitdiff
path: root/m4/strftime.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-05-22 06:56:43 +0000
committerJim Meyering <jim@meyering.net>2001-05-22 06:56:43 +0000
commit76369d8f08d84e0288f09c507c4d04815ab9c9a6 (patch)
tree321f38dae015dc69ca05332b7a97832e44a9bf3e /m4/strftime.m4
parent77b4cb3be70abadb784e24c43948e6d445375169 (diff)
downloadgnulib-76369d8f08d84e0288f09c507c4d04815ab9c9a6.tar.gz
(_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
now that we use the package-supplied version unconditionally. (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
Diffstat (limited to 'm4/strftime.m4')
-rw-r--r--m4/strftime.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/m4/strftime.m4 b/m4/strftime.m4
index 1a0559eaae..1a1423c71d 100644
--- a/m4/strftime.m4
+++ b/m4/strftime.m4
@@ -33,7 +33,6 @@ AC_DEFUN(jm_FUNC_GNU_STRFTIME,
AC_REQUIRE([AC_C_CONST])dnl
AC_REQUIRE([AC_HEADER_STDC])dnl
AC_CHECK_HEADERS(sys/time.h)
- AC_LIBOBJ(strftime)
AC_DEFINE([my_strftime], [nstrftime],
[Define to the name of the strftime replacement function.])
])
@@ -41,5 +40,4 @@ AC_DEFUN(jm_FUNC_GNU_STRFTIME,
AC_DEFUN(jm_FUNC_STRFTIME,
[
_jm_STRFTIME_PREREQS
- AC_REPLACE_FUNCS(strftime)
])