All of lore.kernel.org
 help / color / mirror / Atom feed
* [libmnl PATCH] configure: uclinux is also linux
@ 2013-09-10 19:23 Gustavo Zacarias
  2013-09-10 19:23 ` [ipset " Gustavo Zacarias
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Gustavo Zacarias @ 2013-09-10 19:23 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 dcd3cf8..313a015 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ AC_DISABLE_STATIC
 LT_INIT
 CHECK_GCC_FVISIBILITY
 case "$host" in
-*-*-linux*) ;;
+*-*-linux* | *-*-uclinux*) ;;
 *) AC_MSG_ERROR([Linux only, dude!]);;
 esac
 
-- 
1.8.1.5


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-09-17 11:14 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-10 19:23 [libmnl PATCH] configure: uclinux is also linux Gustavo Zacarias
2013-09-10 19:23 ` [ipset " Gustavo Zacarias
2013-09-15 13:00   ` Jozsef Kadlecsik
2013-09-10 19:23 ` [libnetfilter_acct " Gustavo Zacarias
2013-09-10 19:23 ` [libnfnetlink " Gustavo Zacarias
2013-09-10 19:23 ` [libnetfilter_conntrack " Gustavo Zacarias
2013-09-10 19:23 ` [libnetfilter_log " Gustavo Zacarias
2013-09-10 19:23 ` [libnetfilter_cthelper " Gustavo Zacarias
2013-09-10 19:23 ` [libnetfilter_cttimeout " Gustavo Zacarias
2013-09-10 19:23 ` [libnetfilter_queue " Gustavo Zacarias
2013-09-10 19:23 ` [nfacct " Gustavo Zacarias
2013-09-17 11:14 ` [libmnl " Pablo Neira Ayuso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.