]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - crypto/heimdal/cf/find-func.m4
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / crypto / heimdal / cf / find-func.m4
1 dnl $Id: find-func.m4 13338 2004-02-12 14:21:14Z lha $
2 dnl
3 dnl AC_FIND_FUNC(func, libraries, includes, arguments)
4 AC_DEFUN([AC_FIND_FUNC], [
5 AC_FIND_FUNC_NO_LIBS([$1], [$2], [$3], [$4])
6 if test -n "$LIB_$1"; then
7         LIBS="$LIB_$1 $LIBS"
8 fi
9 ])