summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-09-10 16:23:27 -0300
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2013-09-13 21:48:39 +0200
commit5b360d3eae1dd7c518bae6bf4620c409542db736 (patch)
treefbe63a643179c4807ee8cb82e39e65ebae1f4803 /configure.ac
parent626108c344afb22eccf419b8f76c06b2d2fffd62 (diff)
configure: uclinux is also linux
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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