diff options
author | Koen Kooi <koen@openembedded.org> | 2007-09-14 08:27:57 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-09-14 08:27:57 +0000 |
commit | b156888739f1b0a7ae1ea5dc8edd808a045ee3d0 (patch) | |
tree | d6381150b32e109af2caa4225be8ad9b3619e709 /site/avr32-common | |
parent | 4d76ff2e324f46d4aa330658566a19f59755b751 (diff) |
avr32 site: add ac_cv_linux_vers=${ac_cv_linux_vers=2}
Diffstat (limited to 'site/avr32-common')
-rw-r--r-- | site/avr32-common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/site/avr32-common b/site/avr32-common index 5f44f0ac89..1b357a8a97 100644 --- a/site/avr32-common +++ b/site/avr32-common @@ -15,4 +15,5 @@ as_cv_unaligned_access=${as_cv_unaligned_access=no} #readline bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes} - +#libpcap +ac_cv_linux_vers=${ac_cv_linux_vers=2} |