summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/cf/find-func-no-libs.m4
blob: 4410330d31e248c0bb74b74d1423f7ff46565c19 (plain)
1
2
3
4
5
6
7
8
9
dnl $Id: find-func-no-libs.m4,v 1.5.20.1 2004/04/01 07:27:33 joda Exp $
dnl
dnl
dnl Look for function in any of the specified libraries
dnl

dnl AC_FIND_FUNC_NO_LIBS(func, libraries, includes, arguments, extra libs, extra args)
AC_DEFUN([AC_FIND_FUNC_NO_LIBS], [
AC_FIND_FUNC_NO_LIBS2([$1], ["" $2], [$3], [$4], [$5], [$6])])
OpenPOWER on IntegriCloud