1*ebfedea0SLionel Sambucdnl 2*ebfedea0SLionel Sambucdnl Id 3*ebfedea0SLionel Sambucdnl 4*ebfedea0SLionel Sambuc 5*ebfedea0SLionel SambucAC_DEFUN([rk_DLOPEN], [ 6*ebfedea0SLionel Sambuc AC_FIND_FUNC_NO_LIBS(dlopen, dl,[ 7*ebfedea0SLionel Sambuc#ifdef HAVE_DLFCN_H 8*ebfedea0SLionel Sambuc#include <dlfcn.h> 9*ebfedea0SLionel Sambuc#endif],[0,0]) 10*ebfedea0SLionel Sambuc AM_CONDITIONAL(HAVE_DLOPEN, test "$ac_cv_funclib_dlopen" != no) 11*ebfedea0SLionel Sambuc]) 12