From: Roy Marples Date: Mon, 3 Mar 2014 14:06:27 +0000 (+0000) Subject: We shouldn't need this anymore X-Git-Tag: v6.3.2~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=738e7820b01ed45c6422aece0364a6b86b10f3ba;p=thirdparty%2Fdhcpcd.git We shouldn't need this anymore --- diff --git a/configure b/configure index e1d7c197..5cf08689 100755 --- 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%%-*}