summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBrian Cameron <Brian.Cameron@sun.com>2002-09-04 08:33:08 +0000
committerBrian Cameron <bcameron@src.gnome.org>2002-09-04 08:33:08 +0000
commit2a76bdc27031deba65d205199f4aad7d3babc1a3 (patch)
tree4b2b073e7f1837582d442c94ce0502f9d88d9ae8 /configure.in
parentf0953feec5ff4b6cb5e0a93f4049cac1cb78098d (diff)
downloadvte-2a76bdc27031deba65d205199f4aad7d3babc1a3.tar.gz
Added stropts.h check for Solaris. Do not send data to the slave if the
2002-09-04 Brian Cameron <Brian.Cameron@sun.com> * configure.in: Added stropts.h check for Solaris. * src/vte.c: Do not send data to the slave if the length is zero. Some shells on Solaris do not handle this well. * src/pty.c: Added ptem/ldterm/ttcompat ioctls so VTE will work on Solaris.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 16718542..538a99a3 100644
--- a/configure.in
+++ b/configure.in
@@ -36,6 +36,7 @@ AC_DEFINE(VTE_UTF8_BPC,6,[Maximum number of bytes used per UTF-8 character.])
AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE",[Package name.])
AC_CHECK_FUNCS(getpt grantpt unlockpt ptsname ptsname_r)
AC_CHECK_HEADERS(termios.h)
+AC_CHECK_HEADERS(stropts.h)
# Double-check that the GTK libraries pulled in Xft functionality, then use
# the GTK CFLAGS to find the Xft headers.