From: Ted Lemon Date: Mon, 18 May 1998 05:32:18 +0000 (+0000) Subject: Pull up 1.17 X-Git-Tag: V2-BETA-2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=41bf2dab15ad3bbf3ea0e96012d6106a7918a6a9;p=thirdparty%2Fdhcp.git Pull up 1.17 --- diff --git a/configure b/configure index e80bd5276..afccab3e2 100755 --- a/configure +++ b/configure @@ -16,7 +16,11 @@ if [ "$sysname" = "" ]; then sysname=alphaosf fi;; Linux) - sysname=linux;; + case `uname -r` in + 1*) sysname=linux-1 ;; + 2.1*) sysname=linux-2.1 ;; + 2*) sysname=linux-2.0 ;; + esac;; SunOS) case `uname -r` in 4*) sysname=sunos4;;