From: Gustavo Zacarias Date: Tue, 10 Sep 2013 19:23:27 +0000 (-0300) Subject: configure: uclinux is also linux X-Git-Tag: v6.20~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5b360d3eae1dd7c518bae6bf4620c409542db736;p=thirdparty%2Fipset.git configure: uclinux is also linux Signed-off-by: Gustavo Zacarias Signed-off-by: Jozsef Kadlecsik --- diff --git a/configure.ac b/configure.ac index 6b645767..6d06ef55 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ LTDL_INIT([nonrecursive]) dnl Shortcut: Linux supported alone case "$host" in -*-*-linux*) ;; +*-*-linux* | *-*-uclinux*) ;; *) AC_MSG_ERROR([Linux systems supported exclusively!]);; esac