summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@mit.edu>2008-01-21 07:46:16 +0000
committerGravatar Karl Ramm <kcr@mit.edu>2008-01-21 07:46:16 +0000
commit83f54dbd0743838a51400a6097e37b7838de64ed (patch)
tree8ce5c56af0b8175c1989f512ff67d16a10ed0be9 /configure
parented5f5b917bdea61c96a9b6568e352fa2883417a1 (diff)
check for term.h
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 9ec9b6c..4466d3b 100755
--- a/configure
+++ b/configure
@@ -21043,7 +21043,8 @@ fi
-for ac_header in fcntl.h paths.h termios.h sgtty.h unistd.h malloc.h
+
+for ac_header in fcntl.h paths.h termios.h sgtty.h unistd.h malloc.h term.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