summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/cf/find-func.m4
blob: a5916cd2f10b637afd9df194403988de7e2cfd84 (plain)
1
2
3
4
5
6
7
8
9
dnl $Id: find-func.m4,v 1.1.42.1 2004/04/01 07:27:33 joda Exp $
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
])
OpenPOWER on IntegriCloud