]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Support Linux 2.2
authorTed Lemon <source@isc.org>
Sun, 14 Feb 1999 18:34:38 +0000 (18:34 +0000)
committerTed Lemon <source@isc.org>
Sun, 14 Feb 1999 18:34:38 +0000 (18:34 +0000)
configure

index 7d5fe3710091dcdd9faf0255c046b32a867345b4..ced697e882baea32c3ca00850e30f37276d9441b 100755 (executable)
--- a/configure
+++ b/configure
@@ -21,6 +21,7 @@ if [ "$sysname" = "" ]; then
       case `uname -r` in
        1*) sysname=linux-1 ;;
        2.1*) sysname=linux-2.1 ;;
+       2.2*) sysname=linux-2.2 ;;
        2*) sysname=linux-2.0 ;;
       esac;;
     SunOS)