]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
We shouldn't need this anymore
authorRoy Marples <roy@marples.name>
Mon, 3 Mar 2014 14:06:27 +0000 (14:06 +0000)
committerRoy Marples <roy@marples.name>
Mon, 3 Mar 2014 14:06:27 +0000 (14:06 +0000)
configure

index e1d7c197d6e82402931418cf9bde6b82961fdcde..5cf08689153e30a5c6736aa712a8dc90e9a3c83c 100755 (executable)
--- a/configure
+++ b/configure
@@ -195,14 +195,6 @@ if [ -z "$TARGET" ]; then
        TARGET=$HOST
 fi
 
-# Debian and Slackware have linux in different places when dealing with
-# autoconf, so we deal with that here.
-if [ -z "$OS" ]; then
-       case "$TARGET" in
-       *-linux-*|linux-*|*-linux|linux) OS=linux;;
-       esac
-fi
-
 if [ -z "$OS" ]; then
        # Derive OS from cpu-vendor-os-kernel
        CPU=${TARGET%%-*}