Codebase list cyrus-sasl2 / debian/2.1.25.dfsg1-13 cmulocal / find-func.m4
debian/2.1.25.dfsg1-13

Tree @debian/2.1.25.dfsg1-13 (Download .tar.gz)

find-func.m4 @debian/2.1.25.dfsg1-13raw · history · blame

1
2
3
4
5
6
7
8
9
dnl $Id: find-func.m4,v 1.2 2003/10/08 20:35:24 rjs3 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
])