diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-09-10 16:23:26 -0300 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2013-09-17 12:51:55 +0200 |
commit | 006b3bb603ec2ba246c872c8b06ce43d2225dd63 (patch) | |
tree | fd13c74f1b057603e43d9a80a6e1e811b6ff2c97 | |
parent | 5b8a0c7479776f7781e497dd5fdacc17d9aad0ae (diff) | |
download | libmnl-006b3bb603ec2ba246c872c8b06ce43d2225dd63.tar.gz libmnl-006b3bb603ec2ba246c872c8b06ce43d2225dd63.zip |
configure: uclinux is also linux
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |