From patchwork Thu Jul 21 14:42:54 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anders Roxell X-Patchwork-Id: 72573 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp485030qga; Thu, 21 Jul 2016 07:53:30 -0700 (PDT) X-Received: by 10.37.99.136 with SMTP id x130mr20172350ybb.153.1469112810288; Thu, 21 Jul 2016 07:53:30 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id c45si5217088qte.123.2016.07.21.07.53.29; Thu, 21 Jul 2016 07:53:30 -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 C852768210; Thu, 21 Jul 2016 14:53:29 +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 87DCF6820D; Thu, 21 Jul 2016 14:53:26 +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 7AAF16820E; Thu, 21 Jul 2016 14:53:25 +0000 (UTC) Received: from mail-lf0-f49.google.com (mail-lf0-f49.google.com [209.85.215.49]) by lists.linaro.org (Postfix) with ESMTPS id 926B5681EF for ; Thu, 21 Jul 2016 14:53:24 +0000 (UTC) Received: by mail-lf0-f49.google.com with SMTP id f93so64276851lfi.2 for ; Thu, 21 Jul 2016 07:53:24 -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=cQKtpoDeKsE/z2hOGJktxRWkIuGR6sfD+k6AcpBcX2Q=; b=Oqk2rbi0Y8iGlzJb1Q63sc1VTM+3ddgoog/f6oZXO8LJMzBaiiVAjWkrqiMiSysqmc xmBITl94FufopA991OsRTDtFD5FOZJ8iXrzELb190zqZMzOvS5/qOmBYWCg2dzvTTmy3 uJMqGb4CY+SE2cjK7JkH3uygnBAHNBzIaJcl7CXZTSR7zyOzkEhC1saQKmjj4gIQ+FvS /fhWBxZ9kfmzlt7z1YYiot+RVZYq2nAtndzVQsQVHlGg6S4Pu2PUrYsetgBKm9PlvN5p /zulMl7EuwsmmJWLaqFxJB546R0SVXqqOyUIIUUQ/CGXdVsNx2kQSG1Z9tsY3wYPwuxA yKZw== X-Gm-Message-State: ALyK8tLHtsBXIL2Jrdpl+CtmSdjOCEdhM+O0wC0+IxuEDiv1MpaC0uz9+NdjRD1aSw+8hQ2ROnU= X-Received: by 10.46.33.8 with SMTP id h8mr23972556ljh.36.1469112803369; Thu, 21 Jul 2016 07:53:23 -0700 (PDT) Received: from localhost (c-c82171d5.07-21-73746f28.cust.bredbandsbolaget.se. [213.113.33.200]) by smtp.gmail.com with ESMTPSA id r190sm1920564lfg.49.2016.07.21.07.53.22 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 21 Jul 2016 07:53:22 -0700 (PDT) From: Anders Roxell To: lng-odp@lists.linaro.org Date: Thu, 21 Jul 2016 16:42:54 +0200 Message-Id: <1469112174-23914-1-git-send-email-anders.roxell@linaro.org> X-Mailer: git-send-email 2.1.4 X-Topics: patch Subject: [lng-odp] [PATCH] linux-dpdk/m4/configure.m4: move m4_include above ac_check_* 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: , Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" Signed-off-by: Anders Roxell --- platform/linux-dpdk/m4/configure.m4 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) -- 2.1.4 Reviewed-by: Zoltan Kiss diff --git a/platform/linux-dpdk/m4/configure.m4 b/platform/linux-dpdk/m4/configure.m4 index 1d04fd0..f370afb 100644 --- a/platform/linux-dpdk/m4/configure.m4 +++ b/platform/linux-dpdk/m4/configure.m4 @@ -28,6 +28,12 @@ AC_LINK_IFELSE( echo "Use newer version. For gcc > 4.7.0" exit -1) +# linux-generic PCAP support is not relevant as the code doesn't use +# linux-generic pktio at all. And DPDK has its own PCAP support anyway +AM_CONDITIONAL([HAVE_PCAP], [false]) +m4_include([platform/linux-dpdk/m4/odp_pthread.m4]) +m4_include([platform/linux-dpdk/m4/odp_openssl.m4]) + # # Check that SDK_INSTALL_PATH provided to right dpdk version # @@ -67,12 +73,6 @@ AC_CHECK_HEADERS([rte_config.h], [], LDFLAGS=$OLD_LDFLAGS CPPFLAGS=$OLD_CPPFLAGS -# linux-generic PCAP support is not relevant as the code doesn't use -# linux-generic pktio at all. And DPDK has its own PCAP support anyway -AM_CONDITIONAL([HAVE_PCAP], [false]) -m4_include([platform/linux-dpdk/m4/odp_pthread.m4]) -m4_include([platform/linux-dpdk/m4/odp_openssl.m4]) - AC_CONFIG_FILES([platform/linux-dpdk/Makefile platform/linux-dpdk/test/Makefile platform/linux-dpdk/test/pktio/Makefile