summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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