sngrep: fix error if gnutls and openssl are both enabled
[buildroot-gz.git] / package / libnfnetlink / 0001-uclinux.patch
blobb15201283a3beea4dd147345229e6e278b4380da
1 From 8e5a9d8f32c9646d01d8c84e979892dfd28a7f7c Mon Sep 17 00:00:00 2001
2 From: Gustavo Zacarias <gustavo@zacarias.com.ar>
3 Date: Tue, 10 Sep 2013 15:35:22 -0300
4 Subject: [PATCH] configure: uclinux is also linux
6 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
7 ---
8 configure.ac | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
11 diff --git a/configure.ac b/configure.ac
12 index 0926a1c..b979772 100644
13 --- a/configure.ac
14 +++ b/configure.ac
15 @@ -18,7 +18,7 @@ AC_DISABLE_STATIC
16 AM_PROG_LIBTOOL
18 case "$host" in
19 -*-*-linux*) ;;
20 +*-*-linux* | *-*-uclinux*) ;;
21 *) AC_MSG_ERROR([Linux only, dude!]);;
22 esac
24 --
25 1.8.1.5