repo.or.cz
/
arla.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(clean): clean universal binary intermediate steps, too
[arla.git]
/
cf
/
dlopen.m4
blob
b02edf2571767291992d83e5443604418b4b908d
1
dnl
2
dnl $Id$
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
])