From: Mark Eichin Date: Thu, 27 Apr 1995 21:56:16 +0000 (+0000) Subject: * configure.in: check KRB4_LIB to know if we're building with krb4 X-Git-Tag: krb5-1.0-beta5~167 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0bd6319cf65ef644e1e9283013426bf0904cd01f;p=krb5.git * 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 --- 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 + + * 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