summaryrefslogtreecommitdiffstats
path: root/llvm/configure
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/configure')
-rwxr-xr-xllvm/configure5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/configure b/llvm/configure
index 2229b358d0b..3a352775197 100755
--- a/llvm/configure
+++ b/llvm/configure
@@ -28963,7 +28963,7 @@ done
-for ac_header in malloc.h setjmp.h signal.h stdint.h unistd.h utime.h
+for ac_header in malloc.h setjmp.h signal.h stdint.h termios.h unistd.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
@@ -29132,7 +29132,8 @@ fi
done
-for ac_header in windows.h
+
+for ac_header in utime.h windows.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
OpenPOWER on IntegriCloud