summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-12-01 11:28:39 +0100
committerMartin Mares <mj@ucw.cz>1999-12-01 11:28:39 +0100
commitf2ed663aea02ac38621ecfe91cd1f37f4a56dc4d (patch)
tree9827471634a8579698371c60c70658e559a6dc2d /configure.in
parent1d2664a4d4455470e0b6c7fc50d232283e39e1e0 (diff)
downloadbird-f2ed663aea02ac38621ecfe91cd1f37f4a56dc4d.tar
bird-f2ed663aea02ac38621ecfe91cd1f37f4a56dc4d.zip
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.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index f32324f..5ef8212 100644
--- a/configure.in
+++ b/configure.in
@@ -50,7 +50,7 @@ else
case "$host_os" in
linux*) case `uname -r` in
1.*|2.0.*) sysdesc=linux-20 ;;
- *) sysdesc=linux-21 ;;
+ *) sysdesc=linux-22 ;;
esac
;;
*) AC_MSG_RESULT(unknown)