27 lines
624 B
Diff
27 lines
624 B
Diff
|
From da1a0c186232d1bca9c723bd47d11a6e3807ae29 Mon Sep 17 00:00:00 2001
|
||
|
From: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
||
|
Date: Tue, 10 Sep 2013 16:16:48 -0300
|
||
|
Subject: [PATCH] configure: uclinux is also linux
|
||
|
|
||
|
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
||
|
---
|
||
|
configure.ac | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/configure.ac b/configure.ac
|
||
|
index 9679112..9a34bdc 100644
|
||
|
--- a/configure.ac
|
||
|
+++ b/configure.ac
|
||
|
@@ -15,7 +15,7 @@ AC_PROG_INSTALL
|
||
|
AC_PROG_LN_S
|
||
|
|
||
|
case "$host" in
|
||
|
-*-*-linux*) ;;
|
||
|
+*-*-linux* | *-*-uclinux*) ;;
|
||
|
*) AC_MSG_ERROR([Linux only, dude!]);;
|
||
|
esac
|
||
|
|
||
|
--
|
||
|
1.8.1.5
|
||
|
|