summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/appl/telnet/telnetd/ChangeLog2
-rw-r--r--src/appl/telnet/telnetd/configure.in1
2 files changed, 3 insertions, 0 deletions
diff --git a/src/appl/telnet/telnetd/ChangeLog b/src/appl/telnet/telnetd/ChangeLog
index 0c092ae562..3fab75c403 100644
--- a/src/appl/telnet/telnetd/ChangeLog
+++ b/src/appl/telnet/telnetd/ChangeLog
@@ -1,5 +1,7 @@
2001-08-30 Ken Raeburn <raeburn@mit.edu>
+ * configure.in: Check for ipv6 support.
+
* ext.h: Always use prototype declarations.
(P): Definitions deleted.
diff --git a/src/appl/telnet/telnetd/configure.in b/src/appl/telnet/telnetd/configure.in
index 2252c5bcae..e64292e59c 100644
--- a/src/appl/telnet/telnetd/configure.in
+++ b/src/appl/telnet/telnetd/configure.in
@@ -24,6 +24,7 @@ fi
AC_HEADER_TIME
AC_CHECK_HEADERS(string.h arpa/nameser.h utmp.h sys/time.h sys/tty.h sac.h sys/ptyvar.h sys/filio.h sys/stream.h sys/utsname.h memory.h)
AC_CHECK_FUNCS(gettosbyname vsnprintf)
+KRB5_AC_INET6
dnl Make our operating system-specific security checks and definitions for
dnl login.
dnl