diff mbox

[ipset] configure: uclinux is also linux

Message ID 1378841015-23295-2-git-send-email-gustavo@zacarias.com.ar
State Accepted
Headers show

Commit Message

Gustavo Zacarias Sept. 10, 2013, 7:23 p.m. UTC
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jozsef Kadlecsik Sept. 15, 2013, 1 p.m. UTC | #1
On Tue, 10 Sep 2013, Gustavo Zacarias wrote:

> 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 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
>  
> -- 
> 1.8.1.5

Patch is applied, thanks.

Best regards,
Jozsef
-
E-mail  : kadlec@blackhole.kfki.hu, kadlecsik.jozsef@wigner.mta.hu
PGP key : http://www.kfki.hu/~kadlec/pgp_public_key.txt
Address : Wigner Research Centre for Physics, Hungarian Academy of Sciences
          H-1525 Budapest 114, POB. 49, Hungary
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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