* configure.in: check KRB4_LIB to know if we're building with krb4
authorMark Eichin <eichin@mit.edu>
Thu, 27 Apr 1995 21:56:16 +0000 (21:56 +0000)
committerMark Eichin <eichin@mit.edu>
Thu, 27 Apr 1995 21:56:16 +0000 (21:56 +0000)
support enabled and thus want kadmin.v4.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5585 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/configure.in

index 4aff78cc731eb67d0752c00cd6bcf55e3d1caebe..4a7f340d8b1afe44490816553239a52a94c43572 100644 (file)
@@ -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.
index 7ef10423e4cc79a9ad7ea92d5d4271ace226fd7a..1832f3221c838791e5240b009de16ea5b3793689 100644 (file)
@@ -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