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
etc/services - sync with NetBSD-8
[minix.git]
/
crypto
/
external
/
bsd
/
heimdal
/
dist
/
cf
/
dlopen.m4
blob
5215093baabe916711f5bb12add64af0312fbe9c
1
dnl
2
dnl Id
3
dnl
4
5
AC_DEFUN([rk_DLOPEN], [
6
AC_FIND_FUNC_NO_LIBS(dlopen, dl,[
7
#ifdef HAVE_DLFCN_H
8
#include <dlfcn.h>
9
#endif],[0,0])
10
AM_CONDITIONAL(HAVE_DLOPEN, test "$ac_cv_funclib_dlopen" != no)
11
])