Home | History | Annotate | Download | only in autoconf

Lines Matching full:dlopen

994 dnl Check for libtool and the library that has dlopen function (which must come
1066 dnl dlopen() is required for plugin support.
1067 AC_SEARCH_LIBS(dlopen,dl,AC_DEFINE([HAVE_DLOPEN],[1],
1068 [Define if dlopen() is available on this platform.]),
1069 AC_MSG_WARN([dlopen() not found - disabling plugin support]))