forget about device fd, we don't need it
[arla.git] / cf / dlopen.m4
blobb02edf2571767291992d83e5443604418b4b908d
1 dnl
2 dnl $Id$
3 dnl
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 ])