summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/cf/krb-prog-yacc.m4
blob: 54dd8b4e532db4969353b9317989059e00ea5358 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
dnl $Id: krb-prog-yacc.m4,v 1.3.16.1 2004/04/01 07:27:34 joda Exp $
dnl
dnl
dnl We prefer byacc or yacc because they do not use `alloca'
dnl

AC_DEFUN([AC_KRB_PROG_YACC],
[AC_CHECK_PROGS(YACC, byacc yacc 'bison -y')
if test "$YACC" = ""; then
  AC_MSG_WARN([yacc not found - some stuff will not build])
fi
])
OpenPOWER on IntegriCloud