projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aea4e23
)
fix two typos. Duh
author
Jim Meyering
<jim@meyering.net>
Wed, 5 Apr 2000 15:22:04 +0000
(15:22 +0000)
committer
Jim Meyering
<jim@meyering.net>
Wed, 5 Apr 2000 15:22:04 +0000
(15:22 +0000)
m4/check-decl.m4
patch
|
blob
|
history
diff --git
a/m4/check-decl.m4
b/m4/check-decl.m4
index 03bba3226f19e6408eed43077ae5585eeae68568..f9202eab7eaa7f59490475b3a8162de9fa672867 100644
(file)
--- a/
m4/check-decl.m4
+++ b/
m4/check-decl.m4
@@
-48,7
+48,7
@@
AC_DEFUN(jm_CHECK_DECLS,
getenv,
geteuid,
getlogin,
- getutent
+ getutent
,
lseek,
malloc,
memchr,
@@
-66,6
+66,6
@@
dnl This is a little helper so we can require these header checks.
AC_DEFUN(_jm_DECL_HEADERS,
[
AC_REQUIRE([AC_HEADER_STDC])
- AC_CHECK_HEADERS(memory.h string.h strings.h stdlib.h unistd.h sys/time.h
+ AC_CHECK_HEADERS(memory.h string.h strings.h stdlib.h unistd.h sys/time.h
\
utmpx.h)
])