diff options
author | Jim Meyering <jim@meyering.net> | 2000-04-05 15:22:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-04-05 15:22:04 +0000 |
commit | 31ecd03e51a5338ae9b552d9c2df9474ec66a3b2 (patch) | |
tree | b0cfec7d471891d57725bc503b31fb3c2bfaa105 | |
parent | 0fcc2606dd021a8b3469eea785fbc07b5faf2fc3 (diff) | |
download | coreutils-31ecd03e51a5338ae9b552d9c2df9474ec66a3b2.tar.xz |
fix two typos. Duh
-rw-r--r-- | m4/check-decl.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/check-decl.m4 b/m4/check-decl.m4 index 03bba3226..f9202eab7 100644 --- 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) ]) |