1102644Snectardnl
2178825Sdfrdnl $Id: dlopen.m4 15433 2005-06-16 19:40:59Z lha $
3102644Snectardnl
4102644Snectar
5102644SnectarAC_DEFUN([rk_DLOPEN], [
6178825Sdfr	AC_FIND_FUNC_NO_LIBS(dlopen, dl,[
7178825Sdfr#ifdef HAVE_DLFCN_H
8178825Sdfr#include <dlfcn.h>
9178825Sdfr#endif],[0,0])
10102644Snectar	AM_CONDITIONAL(HAVE_DLOPEN, test "$ac_cv_funclib_dlopen" != no)
11102644Snectar])
12