lib/libkdb4.a.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5625
dc483132-0cff-0310-8789-
dd5450dbe970
+
+Fri Apr 28 15:27:45 EDT 1995 Paul Park (pjpark@mit.edu)
+ * aclocal.m4 (WITH_KRB4): fix KDB4_LIB location when --with-krb4
+ has a value.
+
Fri Apr 28 11:38:09 1995 Keith Vetter (keithv@fusion.com)
* Makefile.in: new windows gss app added to the zip target.
else
AC_MSG_RESULT(preinstalled krb4 in $withval)
KRB4_LIB="$withval/lib/libkrb.a"' $(TOPLIBD)/libdes425.a'
- KDB4_LIB="$withval/libkdb.a"
+ KDB4_LIB="$withval/lib/libkdb.a"
fi
fi
AC_SUBST(KRB4_LIB)