diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-09-06 06:01:13 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-09-06 06:01:13 +0000 |
commit | f4db3713788397e03d3d41c417f55fa7bb7cb403 (patch) | |
tree | b5d4ccbfa92133ea3125ff5234f5d910907f6a3d /site/ix86-common | |
parent | ca7e526e53d66fdcb62a0f42a51c883c29eec2fa (diff) |
site/ix86-common : Add a def for libpcap
Diffstat (limited to 'site/ix86-common')
-rw-r--r-- | site/ix86-common | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/site/ix86-common b/site/ix86-common index 00c544f382..226e2e0f79 100644 --- a/site/ix86-common +++ b/site/ix86-common @@ -166,6 +166,9 @@ libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} ac_cv_lbl_unaligned_fail=${ac_cv_lbl_unaligned_fail=no} ac_libnet_have_packet_socket=${ac_libnet_have_packet_socket=yes} +# libpcap +ac_cv_linux_vers=${ac_cv_linux_vers=2} + # libxfce4util with_broken_putenv=${with_broken_putenv=no} |