Lines Matching full:dlopen
1259 dnl Check for libtool and the library that has dlopen function (which must come
1382 dnl dlopen() is required for plugin support.
1383 AC_SEARCH_LIBS(dlopen,dl,AC_DEFINE([HAVE_DLOPEN],[1],
1384 [Define if dlopen() is available on this platform.]),
1385 AC_MSG_WARN([dlopen() not found - disabling plugin support]))