source: branches/samba-3.5.x/source4/heimdal/cf/find-func-no-libs.m4

Last change on this file was 414, checked in by Herwig Bauernfeind, 16 years ago

Samba 3.5.0: Initial import

File size: 263 bytes
Line 
1dnl $Id$
2dnl
3dnl
4dnl Look for function in any of the specified libraries
5dnl
6
7dnl AC_FIND_FUNC_NO_LIBS(func, libraries, includes, arguments, extra libs, extra args)
8AC_DEFUN([AC_FIND_FUNC_NO_LIBS], [
9AC_FIND_FUNC_NO_LIBS2([$1], ["" $2], [$3], [$4], [$5], [$6])])
Note: See TracBrowser for help on using the repository browser.