]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 3c85100778f20a7458c60c2f7a92381a9197b88d..8dc68e42483629533896b231183217c971e95102 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