From: Jim Meyering Date: Sun, 10 May 1998 20:58:09 +0000 (+0000) Subject: Use am_cv_func_working_getline, not `jm_'-prefixed version. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbe8b3ddef0fa6f79e443cc8855a8a03d070e663;p=pspp Use am_cv_func_working_getline, not `jm_'-prefixed version. --- diff --git a/m4/jm-mktime.m4 b/m4/jm-mktime.m4 index 56b6765c96..73d53b29c5 100644 --- a/m4/jm-mktime.m4 +++ b/m4/jm-mktime.m4 @@ -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 $jm_am_cv_func_working_mktime = no; then + if test $am_cv_func_working_mktime = no; then AC_DEFINE_UNQUOTED(mktime, rpl_mktime) fi ])