• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/cf/
1dnl $Id: find-func.m4,v 1.1.1.1 2011/06/10 09:34:43 andrew Exp $
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])
10