summaryrefslogtreecommitdiff
path: root/third_party/heimdal/cf/find-func.m4
blob: 865772a70085d2009ff1f0f9562c7787da17be89 (plain)
1
2
3
4
5
6
7
8
9
dnl $Id$
dnl
dnl AC_FIND_FUNC(func, libraries, includes, arguments)
AC_DEFUN([AC_FIND_FUNC], [
AC_FIND_FUNC_NO_LIBS([$1], [$2], [$3], [$4])
if test -n "$LIB_$1"; then
	LIBS="$LIB_$1 $LIBS"
fi
])