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

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

Samba 3.5.0: Initial import

File size: 195 bytes
Line 
1dnl $Id$
2dnl
3dnl AC_FIND_FUNC(func, libraries, includes, arguments)
4AC_DEFUN([AC_FIND_FUNC], [
5AC_FIND_FUNC_NO_LIBS([$1], [$2], [$3], [$4])
6if test -n "$LIB_$1"; then
7 LIBS="$LIB_$1 $LIBS"
8fi
9])
Note: See TracBrowser for help on using the repository browser.