Mercurial > hg > octave-lojdl > gnulib-hg
changeset 2660:219f7e6399c1
(_jm_DECL_HEADERS): Check for utmp.h as well.
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Tue, 27 Jun 2000 10:01:30 +0000 |
parents | 68304b35d0f4 |
children | 4df5d4e6f4cc |
files | m4/check-decl.m4 |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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_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) ])