diff options
author | John Criswell <criswell@uiuc.edu> | 2004-05-27 20:40:39 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2004-05-27 20:40:39 +0000 |
commit | b2815e0139727b78a701af5fb66676944b859e2d (patch) | |
tree | 041728cf64ed5121f38f475b3a25e0b27055330a /configure | |
parent | 3153e4fc80badcd3f7f87d20df86027d20964469 (diff) | |
download | external_llvm-b2815e0139727b78a701af5fb66676944b859e2d.zip external_llvm-b2815e0139727b78a701af5fb66676944b859e2d.tar.gz external_llvm-b2815e0139727b78a701af5fb66676944b859e2d.tar.bz2 |
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 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18917,7 +18917,8 @@ fi -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 |