diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-11-05 23:51:54 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-11-05 23:51:54 +0000 |
commit | 2449154fd9ad54c13440a7ac60fe21d06259c803 (patch) | |
tree | cac5d006052f01ff0f467113fdc8aa8db215f209 /site/arm-linux | |
parent | 510d1444511affbe1dce824740e925f3360ea82d (diff) |
site: Update for libnet. Add ac_libnet_have_packet_socket to any site files
that already had the existing libnet endianess definition. Also add libnet
definitions to i486 site file so it doesn't run those two tests.
Diffstat (limited to 'site/arm-linux')
-rw-r--r-- | site/arm-linux | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/arm-linux b/site/arm-linux index ce15c881e8..5aa8a4cf5c 100644 --- a/site/arm-linux +++ b/site/arm-linux @@ -72,6 +72,7 @@ nano_cv_func_regexec_segv_emptystr=${nano_cv_func_regexec_segv_emptystr=no} # libnet ac_cv_libnet_endianess=${ac_cv_libnet_endianess=lil} +ac_libnet_have_packet_socket=${ac_libnet_have_packet_socket=yes} # screen screen_cv_sys_bcopy_overlap=${screen_cv_sys_bcopy_overlap=no} |