summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/appl/ChangeLog5
-rw-r--r--src/appl/configure.in2
2 files changed, 7 insertions, 0 deletions
diff --git a/src/appl/ChangeLog b/src/appl/ChangeLog
index 39db1a7e93..5efe7930f9 100644
--- a/src/appl/ChangeLog
+++ b/src/appl/ChangeLog
@@ -1,3 +1,8 @@
+2001-11-05 Ezra Peisach <epeisach@mit.edu>
+
+ * configure.in: Add KRB5_GETPEERNAME_ARGS and
+ KRB5_GETSOCKNAME_ARGS for sample apps.
+
2000-11-01 Ezra Peisach <epeisach@mit.edu>
* configure.in: Use AC_C_CONST instead of AC_CONST.
diff --git a/src/appl/configure.in b/src/appl/configure.in
index 93750ab6bb..9f9886ed17 100644
--- a/src/appl/configure.in
+++ b/src/appl/configure.in
@@ -11,6 +11,8 @@ if test "$ac_cv_lib_socket" = "yes" -a "$ac_cv_lib_nsl" = "yes"; then
fi
dnl
dnl
+KRB5_GETSOCKNAME_ARGS
+KRB5_GETPEERNAME_ARGS
KRB5_BUILD_PROGRAM
AC_CONFIG_SUBDIRS(bsd gssftp telnet)
K5_GEN_MAKEFILE(.)