* [libnftnl PATCH] configure: uclinux is also linux (nommu)
@ 2014-06-03 20:10 Gustavo Zacarias
2014-06-05 13:27 ` Pablo Neira Ayuso
0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2014-06-03 20:10 UTC (permalink / raw)
To: netfilter-devel; +Cc: Gustavo Zacarias
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 255e457..35287f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,7 +35,7 @@ AC_DISABLE_STATIC
LT_INIT
CHECK_GCC_FVISIBILITY
case "$host" in
-*-*-linux*) ;;
+*-*-linux* | *-*-uclinux*) ;;
*) AC_MSG_ERROR([Linux only, dude!]);;
esac
--
1.8.5.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [libnftnl PATCH] configure: uclinux is also linux (nommu)
2014-06-03 20:10 [libnftnl PATCH] configure: uclinux is also linux (nommu) Gustavo Zacarias
@ 2014-06-05 13:27 ` Pablo Neira Ayuso
0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2014-06-05 13:27 UTC (permalink / raw)
To: Gustavo Zacarias; +Cc: netfilter-devel
Applied.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-06-05 13:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-03 20:10 [libnftnl PATCH] configure: uclinux is also linux (nommu) Gustavo Zacarias
2014-06-05 13:27 ` Pablo Neira Ayuso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).