summaryrefslogtreecommitdiffstats
path: root/usr.sbin/afs/src/cf/find-func.m4
blob: 85d758b18af5c70207deacab1f0186ff3668121a (plain) (blame)
1
2
3
4
5
6
7
8
9
dnl $KTH: find-func.m4,v 1.1 1999/05/15 22:45:25 assar 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
])