The following autotools check works on Linux but not on Solaris:

AC_CHECK_LIB(pcap, pcap_restart, LIBS="-lpcap $LIBS",
   AC_MSG_ERROR(you need to install pcap library with development files))

I can't find where pcap_restart is even used. Is it safe to cut this 
from the list of checks?

Thanks,
Randy
_______________________________________________
Openvas-devel mailing list
[email protected]
http://lists.wald.intevation.org/mailman/listinfo/openvas-devel

Reply via email to