diff options
author | Martin Mares <mj@ucw.cz> | 1999-12-01 11:28:39 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-12-01 11:28:39 +0100 |
commit | f2ed663aea02ac38621ecfe91cd1f37f4a56dc4d (patch) | |
tree | 9827471634a8579698371c60c70658e559a6dc2d | |
parent | 1d2664a4d4455470e0b6c7fc50d232283e39e1e0 (diff) | |
download | bird-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.
-rw-r--r-- | configure.in | 2 |
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) |