Skip to content

Commit

Permalink
Use the libpcap compiler test macro, not the tcpdump one.
Browse files Browse the repository at this point in the history
  • Loading branch information
guyharris committed Aug 4, 2018
1 parent f2fcd36 commit fbd4c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extract.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ EXTRACT_BE_S_8(const void *p)
((uint64_t)ntohl(*((const uint32_t *)(p) + 1))) << 0));

}
#elif ND_IS_AT_LEAST_GNUC_VERSION(2,0) && \
#elif PCAP_IS_AT_LEAST_GNUC_VERSION(2,0) && \
(defined(__alpha) || defined(__alpha__) || \
defined(__mips) || defined(__mips__))
/*
Expand Down

0 comments on commit fbd4c58

Please sign in to comment.