Fix aclocal.m4 with --with-krb4 has a value. KDB4_LIB is now $withval/
authorPaul Park <pjpark@mit.edu>
Fri, 28 Apr 1995 19:29:47 +0000 (19:29 +0000)
committerPaul Park <pjpark@mit.edu>
Fri, 28 Apr 1995 19:29:47 +0000 (19:29 +0000)
lib/libkdb4.a.

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

src/ChangeLog
src/aclocal.m4

index 417b21b22d254088849755880517525431d584b8..607c204d33a022bf9cbfd7f655adbce536295701 100644 (file)
@@ -1,3 +1,8 @@
+
+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.
index 184459634ef0bd140451dea9620f41f9126baa12..85fb3696c49c21dfb3d6ae375fb94c77c3912c98 100644 (file)
@@ -342,7 +342,7 @@ else
  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)