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:
@@ -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
|
||||||
])
|
])
|
||||||
|
Reference in New Issue
Block a user