changeset 21215:27eb1c344dd2

add jm_ prefix to cache variable
author Jim Meyering <jim@meyering.net>
date Mon, 12 Oct 1998 03:20:21 +0000
parents 4248f1074032
children dbeac13e027a
files m4/jm-mktime.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/jm-mktime.m4	Mon Oct 12 02:56:35 1998 +0000
+++ b/m4/jm-mktime.m4	Mon Oct 12 03:20:21 1998 +0000
@@ -12,7 +12,7 @@
  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
 ])