X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/9c6a8729f6553615786878b382d4d44d2a54eec0..refs/heads/mdw/xdh:/configure.in diff --git a/configure.in b/configure.in index 2e37df7..ca81407 100644 --- a/configure.in +++ b/configure.in @@ -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)