|
|||||||||||
|
[patch] acinclude.m4 error
From: Dan Kegel <dkegel(at)ixiacom.com>
Date: Wed Mar 05 2003 - 16:57:44 EST
was to allow any prefix or suffix on linux The long-term fix is two switch to using an autoconf check for the PF_SOCKET symbol, probably. 2. There were spaces in a variable assignment, which doesn't work. This problem was masked by the previous problem.
AC_DEFUN(AC_LIBNET_CHECK_PF_PACKET,
AC_CACHE_VAL(ac_libnet_have_packet_socket, +
dnl fixme - instead of sensing target_os, check for symbol PF_PACKET
[case "$target_os" in
- linux)
- ac_libnet_have_packet_socket = no
To unsubscribe, e-mail: libnet-unsubscribe@securityfocus.com
For additional commands, e-mail: libnet-help@securityfocus.com
Received on Wed Mar 5 17:11:19 2003This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:02:23 EDT |
||||||||||
|
|||||||||||