diff options
author | Roland McGrath <roland@gnu.org> | 1995-02-23 02:30:35 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-02-23 02:30:35 +0000 |
commit | 1cfa266e25d55c912fb4f6936aa558693446501e (patch) | |
tree | 28299b09a61c3b4af65d5284b7c55df52071135f /posix/glob | |
parent | 0cad6dc70cc37bf7fb345abac49d6d37138e972d (diff) | |
download | glibc-1cfa266e25d55c912fb4f6936aa558693446501e.tar.gz glibc-1cfa266e25d55c912fb4f6936aa558693446501e.tar.xz glibc-1cfa266e25d55c912fb4f6936aa558693446501e.zip |
Put AC_ISC_POSIX before AC_CONST.
Diffstat (limited to 'posix/glob')
-rw-r--r-- | posix/glob/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |