From: Jim Meyering Date: Wed, 5 Apr 2000 15:22:04 +0000 (+0000) Subject: fix two typos. Duh X-Git-Tag: cvs-readonly~6765 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=9b1445bd01af11c9c2b508e2c642fa415fb9c829;p=gnulib.git fix two typos. Duh --- 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) ])