chiark / gitweb /
configure.in, conffile.fl: Remove dependency on `libfl.a'.
[secnet.git] / configure.in
index 2e37df71403c1c24cd689c10c03d92cac33fc307..ca814072a44e1d34b94cc851a24dd405986e9734 100644 (file)
@@ -77,10 +77,6 @@ AC_CHECK_LIB(gmp2,mpz_init_set_str)
 AC_CHECK_LIB(gmp,__gmpz_init_set_str)
 REQUIRE_HEADER([gmp.h])
 dnl Would love to barf if no gmp was found, but how to test? Requiring the header will do for now.
-AC_CHECK_LIB(fl,yywrap)
-if test "$ac_cv_lib_fl_yywrap" != yes; then
-  AC_MSG_ERROR([A compatible libfl is required])
-fi
 SECNET_C_GETFUNC(inet_ntoa,nsl)
 AC_CHECK_LIB(socket,socket)
 SECNET_C_GETFUNC(inet_aton,resolv)