cached, arguments $3 and $4 were never executed.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8030
dc483132-0cff-0310-8789-
dd5450dbe970
+Tue May 14 21:56:08 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * aclocal.m4 (AC_CHECK_DBM_PROTO): Arguments were not executed if
+ using cached results.
+
Tue Apr 30 23:25:07 1996 Ken Raeburn <raeburn@cygnus.com>
* Makefile.in (tgz-bin, pkgdir): New targets.
AC_TRY_LINK(
[#include <$1.h>
int $2();],
-[$2();], $4
+[$2();],
eval krb5_cv_missing_$2_prototype=yes,
- $3
eval krb5_cv_missing_$2_prototype=no)))
if eval "test \"`echo '$krb5_cv_missing_'$1_prototype`\" = yes"; then
AC_MSG_RESULT(yes)
+ $3
else
AC_MSG_RESULT(no)
+ $4
fi
])dnl
dnl