samba-3.5.8 for ARM
[tomato.git] / release / src-rt-6.x.4708 / router / samba-3.5.8 / source4 / heimdal / cf / find-func.m4
blob69957d08bb0a2ba7568554d78174a16d8dcb4038
1 dnl $Id: find-func.m4,v 1.1.1.1 2011/06/10 09:34:43 andrew Exp $
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 ])