Implemented plugin facility. First use is authentication from
[yazproxy-moved-to-github.git] / configure.in
index ea6e2c4..4e6808b 100644 (file)
@@ -17,6 +17,7 @@ USEMARCON_INIT
 
 AC_CHECK_FUNCS(setrlimit getrlimit gettimeofday)
 AC_CHECK_HEADERS(pwd.h sys/resource.h sys/stat.h sys/time.h sys/types.h sys/wait.h unistd.h)
+AC_CHECK_LIB(dl,dlopen)
 dnl
 dnl ----- libXSLT
 AC_SUBST(XSLT_LIBS)