summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-04-12 20:51:39 +0000
committerRoland McGrath <roland@redhat.com>1993-04-12 20:51:39 +0000
commite4dce6fa1115a20d1540bd348c9ba98afa0c8585 (patch)
treed3185de46c7f7b1c26895077526e87919c558916 /configure.in
parent78311814106702df2c9ad805140ef6b886d55e0f (diff)
downloadgunmake-e4dce6fa1115a20d1540bd348c9ba98afa0c8585.tar.gz
Formerly configure.in.~19~
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index e80e7d9..753e5ae 100644
--- a/configure.in
+++ b/configure.in
@@ -14,13 +14,12 @@ AC_AIX
AC_ISC_POSIX
AC_MINIX
AC_STDC_HEADERS
-AC_MEMORY_H
AC_UNISTD_H
AC_DIR_HEADER
AC_UID_T dnl Also does gid_t.
AC_PID_T
AC_RETSIGTYPE
-AC_HAVE_HEADERS(limits.h sys/param.h fcntl.h)
+AC_HAVE_HEADERS(limits.h sys/param.h fcntl.h string.h memory.h)
AC_MINUS_C_MINUS_O
AC_CONST dnl getopt needs this.
AC_USG