Put AC_ISC_POSIX before AC_CONST.

This commit is contained in:
Roland McGrath 1995-02-23 02:30:35 +00:00
parent 0cad6dc70c
commit 1cfa266e25
1 changed files with 1 additions and 1 deletions

View File

@ -8,8 +8,8 @@ AC_PROG_CPP dnl Later checks need this.
dnl These two want to come early.
AC_AIX
AC_MINIX
AC_CONST
AC_ISC_POSIX
AC_CONST
AC_HEADER_STDC
AC_CHECK_HEADERS(memory.h unistd.h string.h)
AC_HEADER_DIRENT