AC_MSG_WARNING should be AC_MSG_WARN

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8080 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-03-28 12:12:23 +00:00
parent bd94e208dd
commit 6ef7aee6a0

View File

@@ -7,6 +7,6 @@ dnl
AC_DEFUN(AC_KRB_PROG_YACC, AC_DEFUN(AC_KRB_PROG_YACC,
[AC_CHECK_PROGS(YACC, byacc yacc 'bison -y') [AC_CHECK_PROGS(YACC, byacc yacc 'bison -y')
if test "$YACC" = ""; then if test "$YACC" = ""; then
AC_MSG_WARNING([yacc not found - some stuff will not build]) AC_MSG_WARN([yacc not found - some stuff will not build])
fi fi
]) ])