projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a5d822
)
Use am_cv_func_working_getline, not `jm_'-prefixed version.
author
Jim Meyering
<jim@meyering.net>
Sun, 10 May 1998 20:58:09 +0000
(20:58 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 10 May 1998 20:58:09 +0000
(20:58 +0000)
m4/jm-mktime.m4
patch
|
blob
|
history
diff --git
a/m4/jm-mktime.m4
b/m4/jm-mktime.m4
index 56b6765c966c68df93b0c19ccaaa3c5d327eaa88..73d53b29c5155ed4774e0153b645d93d1a47795e 100644
(file)
--- 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
])