From: Martin Mares Date: Wed, 1 Dec 1999 10:28:39 +0000 (+0000) Subject: Use linux-22 configuration with all 2.2.x and 2.3.x kernels. This means X-Git-Tag: v1.2.0~1420 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2ed663aea02ac38621ecfe91cd1f37f4a56dc4d;p=thirdparty%2Fbird.git 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. --- diff --git a/configure.in b/configure.in index f32324faa..5ef821232 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)