mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-21 09:11:54 +00:00
Use linux-22 configuration with all 2.2.x and 2.3.x kernels. This means
you need to have your kernel compiled with netlink routing messages enabled. If it doesn't work for you, use --with-sysconfig=linux-21 and let me know what's going wrong.
This commit is contained in:
parent
1d2664a4d4
commit
f2ed663aea
@ -50,7 +50,7 @@ else
|
|||||||
case "$host_os" in
|
case "$host_os" in
|
||||||
linux*) case `uname -r` in
|
linux*) case `uname -r` in
|
||||||
1.*|2.0.*) sysdesc=linux-20 ;;
|
1.*|2.0.*) sysdesc=linux-20 ;;
|
||||||
*) sysdesc=linux-21 ;;
|
*) sysdesc=linux-22 ;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
*) AC_MSG_RESULT(unknown)
|
*) AC_MSG_RESULT(unknown)
|
||||||
|
Loading…
Reference in New Issue
Block a user