summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMark Eichin <eichin@mit.edu>1995-04-27 21:56:16 +0000
committerMark Eichin <eichin@mit.edu>1995-04-27 21:56:16 +0000
commit0bd6319cf65ef644e1e9283013426bf0904cd01f (patch)
tree530bc0e5da2268ad11b607dc2dfc91a6bf1429eb /src
parentc665af8a02a261742f9ba00f0471da27051ac08a (diff)
downloadkrb5-0bd6319cf65ef644e1e9283013426bf0904cd01f.tar.gz
krb5-0bd6319cf65ef644e1e9283013426bf0904cd01f.tar.xz
krb5-0bd6319cf65ef644e1e9283013426bf0904cd01f.zip
* configure.in: check KRB4_LIB to know if we're building with krb4
support enabled and thus want kadmin.v4. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5585 dc483132-0cff-0310-8789-dd5450dbe970
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