]> granicus.if.org Git - ipset/commitdiff
configure: uclinux is also linux
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Tue, 10 Sep 2013 19:23:27 +0000 (16:23 -0300)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Fri, 13 Sep 2013 19:48:39 +0000 (21:48 +0200)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
configure.ac

index 6b645767fe7d821643b6349580e14bdb4072274b..6d06ef5567ebba69f18493048a47e0af72186277 100644 (file)
@@ -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