30 lines
825 B
Diff
30 lines
825 B
Diff
|
From c69ddc73c814ecc2f9c68c68a0effb8bf7d6725b Mon Sep 17 00:00:00 2001
|
||
|
From: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
||
|
Date: Tue, 10 Sep 2013 16:23:32 -0300
|
||
|
Subject: [PATCH] configure: uclinux is also linux
|
||
|
|
||
|
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
||
|
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
|
||
|
(cherry picked from commit 0c52422eb236b16bc663a7f22df3e30fb9c8bf71)
|
||
|
Signed-off-by: Phil Sutter <psutter@redhat.com>
|
||
|
---
|
||
|
configure.ac | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/configure.ac b/configure.ac
|
||
|
index d52b1ce3841c2..9389b70ebb4de 100644
|
||
|
--- a/configure.ac
|
||
|
+++ b/configure.ac
|
||
|
@@ -22,7 +22,7 @@ AC_DISABLE_STATIC
|
||
|
LT_INIT
|
||
|
CHECK_GCC_FVISIBILITY
|
||
|
case "$host" in
|
||
|
-*-*-linux*) ;;
|
||
|
+*-*-linux* | *-*-uclinux*) ;;
|
||
|
*) AC_MSG_ERROR([Linux only, dude!]);;
|
||
|
esac
|
||
|
|
||
|
--
|
||
|
2.23.0
|
||
|
|