summaryrefslogtreecommitdiffstats
path: root/src/appl/telnet/telnetd/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/appl/telnet/telnetd/configure.in')
-rw-r--r--src/appl/telnet/telnetd/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/appl/telnet/telnetd/configure.in b/src/appl/telnet/telnetd/configure.in
index 42a3c7ed8..97af7585b 100644
--- a/src/appl/telnet/telnetd/configure.in
+++ b/src/appl/telnet/telnetd/configure.in
@@ -29,14 +29,14 @@ dnl Make our operating system-specific security checks and definitions for
dnl login.
dnl
case $krb5_cv_host in
-*-*-hpux-*)
+*-*-hpux*)
broken_streams=yes
;;
*-*-irix*)
# Irix doesn't have a working granpt, and more over
# you can't push anything onto a pty, so telnetd really
# Really wants to treat it as if it doesn't have streams
- broken_streams=yes
+ broken_streams=yes
;;
esac
if test -z "$broken_streams" ; then