aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-08-24 22:38:39 +0300
committerArnold D. Robbins <arnold@skeeve.com>2011-08-24 22:38:39 +0300
commitcfba2eb6f221d0f94643a57c135c62f5bc66ee10 (patch)
tree7b68bfa649df78953254cc19f15ec4f5fa9cc3f6 /configure
parent337577552dfabe64647be9415a41fd13f96bf0cf (diff)
downloadegawk-cfba2eb6f221d0f94643a57c135c62f5bc66ee10.tar.gz
egawk-cfba2eb6f221d0f94643a57c135c62f5bc66ee10.tar.bz2
egawk-cfba2eb6f221d0f94643a57c135c62f5bc66ee10.zip
Fix pty coprocess on Ubuntu.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3760d8c6..7436b5e7 100755
--- a/configure
+++ b/configure
@@ -8219,7 +8219,7 @@ fi
for ac_header in arpa/inet.h fcntl.h limits.h locale.h libintl.h mcheck.h \
netdb.h netinet/in.h stdarg.h stddef.h string.h \
- sys/param.h sys/socket.h sys/time.h unistd.h \
+ sys/ioctl.h sys/param.h sys/socket.h sys/time.h unistd.h \
termios.h stropts.h wchar.h wctype.h
do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`