aboutsummaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2004-05-27 20:40:39 +0000
committerJohn Criswell <criswell@uiuc.edu>2004-05-27 20:40:39 +0000
commitb2815e0139727b78a701af5fb66676944b859e2d (patch)
tree041728cf64ed5121f38f475b3a25e0b27055330a /autoconf
parent3153e4fc80badcd3f7f87d20df86027d20964469 (diff)
Added a check for a new header file.
My apologies for changing config.h.in. Now you will all have to re-configure. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13846 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 464336e312..0e9e31810e 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -233,7 +233,7 @@ AC_HEADER_STDC
AC_HEADER_SYS_WAIT
dnl Checks for POSIX and other various system-specific header files
-AC_CHECK_HEADERS(fcntl.h limits.h sys/time.h unistd.h malloc.h sys/mman.h sys/resource.h dlfcn.h link.h execinfo.h)
+AC_CHECK_HEADERS(fcntl.h limits.h sys/time.h unistd.h malloc.h sys/mman.h sys/resource.h dlfcn.h link.h execinfo.h windows.h)
dnl Check for things that need to be included in public headers, and so
dnl for which we may not have access to a HAVE_* preprocessor #define.