From patchwork Fri Apr 29 16:12:54 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christophe Milard X-Patchwork-Id: 66955 Delivered-To: patch@linaro.org Received: by 10.140.93.198 with SMTP id d64csp845950qge; Fri, 29 Apr 2016 08:13:50 -0700 (PDT) X-Received: by 10.50.118.225 with SMTP id kp1mr5393907igb.9.1461942830154; Fri, 29 Apr 2016 08:13:50 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id qa3si131610igb.1.2016.04.29.08.13.49; Fri, 29 Apr 2016 08:13:50 -0700 (PDT) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 43711615F2; Fri, 29 Apr 2016 15:13:49 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 4C3F5615DF; Fri, 29 Apr 2016 15:13:44 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 056A7615E6; Fri, 29 Apr 2016 15:13:42 +0000 (UTC) Received: from mail-lf0-f53.google.com (mail-lf0-f53.google.com [209.85.215.53]) by lists.linaro.org (Postfix) with ESMTPS id 5F52F6018A for ; Fri, 29 Apr 2016 15:13:40 +0000 (UTC) Received: by mail-lf0-f53.google.com with SMTP id j11so138242655lfb.1 for ; Fri, 29 Apr 2016 08:13:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=BE6oYe9FMCfPwaEoxySBvZ07TtvovyRosM18ci5VpQ0=; b=Mng070ZWJ8n3serT1C4H7wSNdcEcDvmuo0uGbE2AvUItAT3yafJcVQQL0oDvtBXFLG +rmkk8ftaAGTqDb6rVLJtavh1fcxqOhm1i7RtC7Oia4okDMXAmnSh9jOkNTm6wEDAgkZ aZa98L1xmJ2S5fzLUgc+oqOiQDAnijqMxSOv+I5E2NYtKkjAw03E7smJ8uOnTxTdMpQr Uaa3WX5vVZWJn2d51gBZic+mc47uBsQALihotwKmgSPcOD4rv3/RjgJl4ZGEZz/PepNm f5bJV1BeMP2divDjJNlWSuC1RLeWwgWcHGGAsIbgnUlt5txw9CFe2tgP6rq/irBAibNK y0LA== X-Gm-Message-State: AOPr4FVvtg8BMo8Cuo/kuVvkZ/57wQpBZrRx23IToGfvWwWcldskmdipxbTYlo/nbwhezvnJmxQ= X-Received: by 10.25.169.144 with SMTP id s138mr9321656lfe.108.1461942819318; Fri, 29 Apr 2016 08:13:39 -0700 (PDT) Received: from erachmi-ericsson.ki.sw.ericsson.se (c-83-233-90-46.cust.bredband2.com. [83.233.90.46]) by smtp.gmail.com with ESMTPSA id z21sm3034931lff.0.2016.04.29.08.13.38 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 29 Apr 2016 08:13:38 -0700 (PDT) From: Christophe Milard To: mike.holmes@linaro.org, lng-odp@lists.linaro.org Date: Fri, 29 Apr 2016 18:12:54 +0200 Message-Id: <1461946374-56370-1-git-send-email-christophe.milard@linaro.org> X-Mailer: git-send-email 2.5.0 X-Topics: patch Subject: [lng-odp] [PATCH] configure.ac: remove duplicated line X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" Removed an instance AM_CONDITIONAL for test_example, as this line was twice in the file. Signed-off-by: Christophe Milard Reviewed-by: Mike Holmes --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index f88c36b..f138031 100644 --- a/configure.ac +++ b/configure.ac @@ -134,7 +134,6 @@ AM_CONDITIONAL([netmap_support], [test x$netmap_support = xyes ]) AM_CONDITIONAL([PKTIO_DPDK], [test x$pktio_dpdk_support = xyes ]) AM_CONDITIONAL([HAVE_PCAP], [test $have_pcap = yes]) AM_CONDITIONAL([SDK_INSTALL_PATH_], [test "x${SDK_INSTALL_PATH_}" = "x1"]) -AM_CONDITIONAL([test_example], [test x$test_example = xyes ]) AM_CONDITIONAL([test_installdir], [test "$testdir" != ""]) AM_CONDITIONAL([cunit_support], [test x$cunit_support = xyes ]) AM_CONDITIONAL([test_vald], [test x$test_vald = xyes ])