From: Francis Dupont Date: Thu, 14 Mar 2019 10:43:47 +0000 (+0100) Subject: [474-optionally-disable-collection-host-lookups] Removed srandomdev X-Git-Tag: Kea-1.6.0-beta~354 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cffeb424601807bc1b3d06ae8302208c97d3f035;p=thirdparty%2Fkea.git [474-optionally-disable-collection-host-lookups] Removed srandomdev --- diff --git a/configure.ac b/configure.ac index f70836eaea..0a0646032e 100644 --- a/configure.ac +++ b/configure.ac @@ -1330,7 +1330,7 @@ if test "x${BOOST_LIBS}" = "x"; then fi # Check for functions that are not available on all platforms -AC_CHECK_FUNCS([pselect srandomdev]) +AC_CHECK_FUNCS([pselect]) # /dev/poll issue: ASIO uses /dev/poll by default if it's available (generally # the case with Solaris). Unfortunately its /dev/poll specific code would