remove extra AC_MSG_RESULT

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5469 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-03-01 13:10:35 +00:00
parent 9e16a9d6d3
commit 80b93f42aa

View File

@@ -15,6 +15,5 @@ if test "$cache_val" = yes; then
AC_DEFINE(foo, 1, [Define if $1 has field $2.])
undefine(foo)
fi
AC_MSG_RESULT($cache_val)
undefine(cache_val)
])