[llvm-commits] CVS: llvm/configure
John Criswell
criswell at cs.uiuc.edu
Thu May 27 15:44:01 PDT 2004
Changes in directory llvm:
configure updated: 1.89 -> 1.90
---
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: (+2 -1)
Index: llvm/configure
diff -u llvm/configure:1.89 llvm/configure:1.90
--- llvm/configure:1.89 Wed May 26 19:57:44 2004
+++ llvm/configure Thu May 27 15:40:31 2004
@@ -18917,7 +18917,8 @@
-for ac_header in fcntl.h limits.h sys/time.h unistd.h malloc.h sys/mman.h sys/resource.h dlfcn.h link.h execinfo.h
+
+for ac_header in 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
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
if eval "test \"\${$as_ac_Header+set}\" = set"; then
More information about the llvm-commits
mailing list