* configure.in: AC_CHECK_HEADERS, not AC_CHECK_HEADER.

Sigh.  It's one of those days.
This commit is contained in:
Jason Molenda
1995-11-05 08:28:20 +00:00
parent 89097c5bc5
commit 68bfaddafe
3 changed files with 17 additions and 6 deletions

View File

@@ -9,6 +9,6 @@ AC_PROG_RANLIB
AC_FUNC_MMAP
AC_HEADER_STDC
AC_CHECK_HEADER(stddef.h)
AC_CHECK_HEADERS(stddef.h)
AC_OUTPUT(Makefile)