source: heimdal/trunk/cf/broken.m4@ 4

Last change on this file since 4 was 1, checked in by Paul Smedley, 10 years ago

Initial commit of Heimdal 1.5.3

File size: 315 bytes
Line 
1dnl $Id$
2dnl
3dnl
4dnl Same as AC _REPLACE_FUNCS, just define HAVE_func if found in normal
5dnl libraries
6
7AC_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)])])])
Note: See TracBrowser for help on using the repository browser.