You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
574 B

  1. --- apinger-0.6.1/acinclude.m4 2003-10-21 12:44:48.000000000 +0000
  2. +++ apinger-0.6.1/acinclude.m4 2015-04-08 15:27:37.451903960 +0000
  3. @@ -39,9 +39,7 @@
  4. [$jk_inet_includes
  5. $jk_icmp_includes])
  6. -AC_CHECK_MEMBERS([struct icmp.icmp_type, struct icmp.icmp_code,\
  7. -struct icmp.icmp_cksum, struct icmp.icmp_seq,\
  8. -struct icmp.icmp_id],[],
  9. +AC_CHECK_MEMBERS([struct icmp.icmp_type, struct icmp.icmp_code,struct icmp.icmp_cksum, struct icmp.icmp_seq,struct icmp.icmp_id],[],
  10. AC_MSG_ERROR(struct icmp not defined or not compatible),
  11. [$jk_inet_includes
  12. $jk_icmp_includes])