From patchwork Fri Mar 25 19:25:27 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brian Brooks X-Patchwork-Id: 64895 Delivered-To: patch@linaro.org Received: by 10.112.199.169 with SMTP id jl9csp839062lbc; Fri, 1 Apr 2016 09:46:17 -0700 (PDT) X-Received: by 10.140.18.114 with SMTP id 105mr25859382qge.41.1459529177024; Fri, 01 Apr 2016 09:46:17 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id 69si12787829qhp.6.2016.04.01.09.46.16; Fri, 01 Apr 2016 09:46:16 -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 A05A361B68; Fri, 1 Apr 2016 16:46:16 +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=0.8 required=5.0 tests=BAYES_00, DATE_IN_PAST_96_XX, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, 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 B079761B00; Fri, 1 Apr 2016 16:46:12 +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 6DD2D61B73; Fri, 1 Apr 2016 16:46:10 +0000 (UTC) Received: from mail-pa0-f53.google.com (mail-pa0-f53.google.com [209.85.220.53]) by lists.linaro.org (Postfix) with ESMTPS id 2F73061A52 for ; Fri, 1 Apr 2016 16:45:44 +0000 (UTC) Received: by mail-pa0-f53.google.com with SMTP id fe3so95389340pab.1 for ; Fri, 01 Apr 2016 09:45:44 -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:in-reply-to :references; bh=d1qAUA09YnpC9eZZO7jXiSwLmDTmtfaD9yYuDF8fSsI=; b=ZxD4HdugROo8iQUVr0CgtrFdM/zPhSOKrl/rNv1u+tohZd8HiwYegjd2GIQ3EoeyXz N4IBaTmlPOCAaADX2QVFWsWriQuhawZt2ffNV28JlsLT2ksVW7x8WytCZqjnpIfM3Ccu E5Bo+Y+CSbkQVEaG3ps1+Zn7tF+3+G1IRk2rc71W5NYsZcNO3hoeF0liO9vgG40NBc0e XlulJc++/zPuhX34HMYCRctpfYd3rxSt864skoZisp+Ez0uNl8hN5B0Zx1zNCbalgcOg QwUTbDvutGjXuQN+yg2S7btf6VXVjYUvM732t9woLsl4KnFiiT6r3WaOUeO/0WwSCOwt 71/Q== X-Gm-Message-State: AD7BkJILqCPGLDf3bNDFI6yGUzesxlgMg+6HB+KsjECkaBq2mPx9v/yAAeKO4X4U0C0XYuEpTiE= X-Received: by 10.67.21.205 with SMTP id hm13mr32555312pad.56.1459529143422; Fri, 01 Apr 2016 09:45:43 -0700 (PDT) Received: from vm-arch-01.localdomain (rrcs-24-73-248-195.sw.biz.rr.com. [24.73.248.195]) by smtp.gmail.com with ESMTPSA id zp5sm23263730pac.9.2016.04.01.09.45.40 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 01 Apr 2016 09:45:42 -0700 (PDT) From: Brian Brooks To: lng-odp@lists.linaro.org Date: Fri, 25 Mar 2016 14:25:27 -0500 Message-Id: <1458933927-77722-2-git-send-email-brian.brooks@linaro.org> X-Mailer: git-send-email 2.8.0 In-Reply-To: <1458933927-77722-1-git-send-email-brian.brooks@linaro.org> References: <1458933927-77722-1-git-send-email-brian.brooks@linaro.org> X-Topics: patch Subject: [lng-odp] [PATCH 2/2] configure: remove dead code 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" Remove dead code which potentially acted as a workaround for making AC_CHECK_LIB to work with --with-cunit-path. Signed-off-by: Brian Brooks --- configure.ac | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/configure.ac b/configure.ac index 4d86817..6c712b9 100644 --- a/configure.ac +++ b/configure.ac @@ -172,20 +172,6 @@ AC_ARG_ENABLE([debug], ODP_CFLAGS="$ODP_CFLAGS -DODP_DEBUG=$ODP_DEBUG" ########################################################################## -# Save and set temporary compilation flags -########################################################################## -OLD_LDFLAGS=$LDFLAGS -OLD_CPPFLAGS=$CPPFLAGS -LDFLAGS="$AM_LDFLAGS $LDFLAGS" -CPPFLAGS="$AM_CPPFLAGS $CPPFLAGS" - -########################################################################## -# Restore old saved variables -########################################################################## -LDFLAGS=$OLD_LDFLAGS -CPPFLAGS=$OLD_CPPFLAGS - -########################################################################## # Default warning setup ########################################################################## ODP_CFLAGS="$ODP_CFLAGS -W -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes"