Put AC_ISC_POSIX before AC_CONST.
authorRoland McGrath <roland@gnu.org>
Thu, 23 Feb 1995 02:30:35 +0000 (02:30 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 23 Feb 1995 02:30:35 +0000 (02:30 +0000)
posix/glob/configure.in

index 3c85100..8dc68e4 100644 (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