projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cad6dc
)
Put AC_ISC_POSIX before AC_CONST.
author
Roland McGrath
<roland@gnu.org>
Thu, 23 Feb 1995 02:30:35 +0000
(
02:30
+0000)
committer
Roland McGrath
<roland@gnu.org>
Thu, 23 Feb 1995 02:30:35 +0000
(
02:30
+0000)
posix/glob/configure.in
patch
|
blob
|
history
diff --git
a/posix/glob/configure.in
b/posix/glob/configure.in
index
3c85100
..
8dc68e4
100644
(file)
--- 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