repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
crypto
/
dist
/
heimdal
/
cf
/
dlopen.m4
blob
455b9b788423f13fd746a78ae25156b591335203
1
dnl
2
dnl $Heimdal: dlopen.m4 15433 2005-06-16 19:40:59Z lha $
3
dnl $NetBSD$
4
dnl
5
6
AC_DEFUN([rk_DLOPEN], [
7
AC_FIND_FUNC_NO_LIBS(dlopen, dl,[
8
#ifdef HAVE_DLFCN_H
9
#include <dlfcn.h>
10
#endif],[0,0])
11
AM_CONDITIONAL(HAVE_DLOPEN, test "$ac_cv_funclib_dlopen" != no)
12
])