variable in test.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8347
dc483132-0cff-0310-8789-
dd5450dbe970
+Wed Jun 12 15:27:14 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * aclocal.m4 (AC_CHECK_DBM_PROTO): Correct to use correct cache
+ variable in test.
+
Wed Jun 12 19:41:12 1996 Tom Yu <tlyu@voltage-multiplier.mit.edu>
* aclocal.m4: use new AC_OUTPUT syntax for constructing
[$2();],
eval krb5_cv_missing_$2_prototype=yes,
eval krb5_cv_missing_$2_prototype=no)))
- if eval "test \"`echo '$krb5_cv_missing_'$1_prototype`\" = yes"; then
+ if eval "test \"`echo '$krb5_cv_missing_'$2_prototype`\" = yes"; then
AC_MSG_RESULT(yes)
$4
else