From 1cfa266e25d55c912fb4f6936aa558693446501e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 23 Feb 1995 02:30:35 +0000 Subject: Put AC_ISC_POSIX before AC_CONST. --- posix/glob/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'posix/glob/configure.in') diff --git a/posix/glob/configure.in b/posix/glob/configure.in index 3c85100778..8dc68e4248 100644 --- a/posix/glob/configure.in +++ b/posix/glob/configure.in @@ -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 -- cgit 1.4.1