summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4aff78cc7..4a7f340d8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+Thu Apr 27 17:54:05 1995 Mark Eichin <eichin@cygnus.com>
+
+ * configure.in: check KRB4_LIB to know if we're building with krb4
+ support enabled and thus want kadmin.v4.
+
Thu Apr 27 14:00:00 1995 Keith Vetter (keithv@fusion.com)
* Makefile.in: bug fix in makeing makefile on the PC.
diff --git a/src/configure.in b/src/configure.in
index 7ef10423e..1832f3221 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -7,7 +7,7 @@ WITH_KRB4
WITH_NETLIB
AC_ARG_ENABLE([athena],
[ --enable-athena build with MIT Project Athena configuration],,)
-if test -z "$KRB4"; then
+if test -z "$KRB4_LIB"; then
kadminv4=""
else
kadminv4=kadmin.v4