repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
crypto
/
external
/
bsd
/
heimdal
/
dist
/
cf
/
find-func.m4
blob
dd232995c18413613b7314c2ddc3dbd00fcee704
1
dnl Id
2
dnl
3
dnl AC_FIND_FUNC(func, libraries, includes, arguments)
4
AC_DEFUN([AC_FIND_FUNC], [
5
AC_FIND_FUNC_NO_LIBS([$1], [$2], [$3], [$4])
6
if test -n "$LIB_$1"; then
7
LIBS="$LIB_$1 $LIBS"
8
fi
9
])