diff options
author | Roland McGrath <roland@redhat.com> | 1993-10-22 06:56:46 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-10-22 06:56:46 +0000 |
commit | f7a6c58f5b45c6b4809c59370ffbe356a264400e (patch) | |
tree | a89044a528167ccd45deeb9ea88ad84170757f34 | |
parent | 0ddf76156370612c23b50d69b8c75299be56d8eb (diff) | |
download | gunmake-f7a6c58f5b45c6b4809c59370ffbe356a264400e.tar.gz |
Formerly configure.in.~26~
-rw-r--r-- | configure.in | 3 |
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 |