1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 19:34:19 +02:00

add jm_ prefix to cache variable

This commit is contained in:
Jim Meyering
1998-10-12 03:20:21 +00:00
parent 6f43239736
commit c20eae80c7

View File

@@ -12,7 +12,7 @@ AC_DEFUN(jm_FUNC_MKTIME,
dnl mktime.c uses localtime_r if it exists. Check for it.
AC_CHECK_FUNCS(localtime_r)
if test $am_cv_func_working_mktime = no; then
if test $jm_am_cv_func_working_mktime = no; then
AC_DEFINE_UNQUOTED(mktime, rpl_mktime)
fi
])