repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
distrib-dirs: invert logic
[dragonfly.git]
/
crypto
/
heimdal-0.6.3
/
cf
/
dlopen.m4
blob
322f8b9e93fbc1ac5a7664838c8d865d949f7658
1
dnl
2
dnl $Id: dlopen.m4,v 1.1 2002/08/28 16:32:16 joda Exp $
3
dnl
4
5
AC_DEFUN([rk_DLOPEN], [
6
AC_FIND_FUNC_NO_LIBS(dlopen, dl)
7
AM_CONDITIONAL(HAVE_DLOPEN, test "$ac_cv_funclib_dlopen" != no)
8
])