From: Jim Meyering Date: Tue, 27 Jun 2000 10:01:30 +0000 (+0000) Subject: (_jm_DECL_HEADERS): Check for utmp.h as well. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15c6651362cf683f33ebced0f6a93b7a409d4b15;p=pspp (_jm_DECL_HEADERS): Check for utmp.h as well. --- diff --git a/m4/check-decl.m4 b/m4/check-decl.m4 index e7035a10e6..3c18b03f12 100644 --- a/m4/check-decl.m4 +++ b/m4/check-decl.m4 @@ -1,4 +1,4 @@ -#serial 12 +#serial 13 dnl This is just a wrapper function to encapsulate this kludge. dnl Putting it in a separate file like this helps share it between @@ -68,5 +68,5 @@ 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 \ - utmpx.h) + utmp.h utmpx.h) ])