summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-10-22 06:56:46 +0000
committerRoland McGrath <roland@redhat.com>1993-10-22 06:56:46 +0000
commitf7a6c58f5b45c6b4809c59370ffbe356a264400e (patch)
treea89044a528167ccd45deeb9ea88ad84170757f34 /configure.in
parent0ddf76156370612c23b50d69b8c75299be56d8eb (diff)
downloadgunmake-f7a6c58f5b45c6b4809c59370ffbe356a264400e.tar.gz
Formerly configure.in.~26~
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 7252d06..e6382da 100644
--- a/configure.in
+++ b/configure.in
@@ -19,7 +19,8 @@ AC_UID_T dnl Also does gid_t.
AC_GETGROUPS_T
AC_PID_T
AC_RETSIGTYPE
-AC_HAVE_HEADERS(unistd.h limits.h sys/param.h fcntl.h string.h memory.h)
+AC_HAVE_HEADERS(unistd.h limits.h sys/param.h fcntl.h string.h memory.h \
+ sys/timeb.h)
AC_MINUS_C_MINUS_O
AC_CONST dnl getopt needs this.
AC_STAT_MACROS_BROKEN