[llvm-commits] CVS: llvm/autoconf/configure.ac

John Criswell criswell at cs.uiuc.edu
Thu May 27 15:42:03 PDT 2004


Changes in directory llvm/autoconf:

configure.ac updated: 1.87 -> 1.88

---
Log message:

Added a check for a new header file.
My apologies for changing config.h.in.  Now you will all have to
re-configure.



---
Diffs of the changes:  (+1 -1)

Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.87 llvm/autoconf/configure.ac:1.88
--- llvm/autoconf/configure.ac:1.87	Wed May 26 19:57:50 2004
+++ llvm/autoconf/configure.ac	Thu May 27 15:40:39 2004
@@ -233,7 +233,7 @@
 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.





More information about the llvm-commits mailing list