source: heimdal/trunk/cf/find-func.m4@ 4

Last change on this file since 4 was 1, checked in by Paul Smedley, 10 years ago

Initial commit of Heimdal 1.5.3

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.