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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b360d3eae1dd7c518bae6bf4620c409542db736;p=ipset configure: uclinux is also linux Signed-off-by: Gustavo Zacarias Signed-off-by: Jozsef Kadlecsik --- diff --git a/configure.ac b/configure.ac index 6b64576..6d06ef5 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