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-Tag: FILEUTILS-3_16o~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=057743741f326f9336b2cea5903d5c83d2eb2385;p=thirdparty%2Fcoreutils.git 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 ])