]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - crypto/heimdal/cf/broken.m4
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / crypto / heimdal / cf / broken.m4
1 dnl $Id: broken.m4 11003 2002-05-19 19:37:08Z joda $
2 dnl
3 dnl
4 dnl Same as AC _REPLACE_FUNCS, just define HAVE_func if found in normal
5 dnl libraries 
6
7 AC_DEFUN([AC_BROKEN],
8 [AC_FOREACH([rk_func], [$1],
9         [AC_CHECK_FUNC(rk_func,
10                 [AC_DEFINE_UNQUOTED(AS_TR_CPP(HAVE_[]rk_func), 1, 
11                         [Define if you have the function `]rk_func['.])],
12                 [rk_LIBOBJ(rk_func)])])])