From patchwork Tue Sep 10 19:23:31 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 274007 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 8CD332C0117 for ; Wed, 11 Sep 2013 05:25:10 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751136Ab3IJTZI (ORCPT ); Tue, 10 Sep 2013 15:25:08 -0400 Received: from loknar.toptech.com.ar ([78.46.79.162]:38531 "EHLO loknar.toptech.com.ar" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751025Ab3IJTZH (ORCPT ); Tue, 10 Sep 2013 15:25:07 -0400 Received: from asgard (host126.190-136-121.telecom.net.ar [190.136.121.126]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.7/8.14.7) with ESMTP id r8AJP0Jf008979 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 10 Sep 2013 19:25:03 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1378841105; bh=/uYo26rKdB/HGs55npITPhPpvxjPb2IdlBhZozbrbtM=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=Zgi0CAek6Uotr4CjMBfV5ryWYZ/Pclqj5IDDyMrYIWgXYZ2u51GYpuOIVm9zh2DQd msczQ4yzSWpb9k0oSv42z9Da1WQ8HE5mXRdFnE6AhV/pmNRRBYBBDYi2DvgOPJbApc 2sgkpP2OSLKKyK0WrNkV2zC2n9Cmo/RcxMTAor5M= Received: by asgard (sSMTP sendmail emulation); Tue, 10 Sep 2013 16:24:55 -0300 From: Gustavo Zacarias To: netfilter-devel@vger.kernel.org Cc: Gustavo Zacarias Subject: [libnetfilter_log PATCH] configure: uclinux is also linux Date: Tue, 10 Sep 2013 16:23:31 -0300 Message-Id: <1378841015-23295-6-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.1.5 In-Reply-To: <1378841015-23295-1-git-send-email-gustavo@zacarias.com.ar> References: <1378841015-23295-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.7 at loknar X-Virus-Status: Clean Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org Signed-off-by: Gustavo Zacarias --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e6e1317..189a753 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_PROG_INSTALL AC_PROG_LN_S case "$host" in -*-*-linux*) ;; +*-*-linux* | *-*-uclinux*) ;; *) AC_MSG_ERROR([Linux only, dude!]);; esac