From: Jim Meyering Date: Wed, 5 Apr 2000 15:22:04 +0000 (+0000) Subject: fix two typos. Duh X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b1445bd01af11c9c2b508e2c642fa415fb9c829;p=pspp fix two typos. Duh --- diff --git a/m4/check-decl.m4 b/m4/check-decl.m4 index 03bba3226f..f9202eab7e 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) ])