From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 1160B6DE02CD for ; Sun, 8 Jan 2017 09:09:51 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.187 X-Spam-Level: X-Spam-Status: No, score=-0.187 tagged_above=-999 required=5 tests=[AWL=-0.167, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MU-YtOKLa3HJ for ; Sun, 8 Jan 2017 09:09:50 -0800 (PST) Received: from mail-lf0-f67.google.com (mail-lf0-f67.google.com [209.85.215.67]) by arlo.cworth.org (Postfix) with ESMTPS id B12E56DE01CE for ; Sun, 8 Jan 2017 09:09:49 -0800 (PST) Received: by mail-lf0-f67.google.com with SMTP id j75so9856928lfe.3 for ; Sun, 08 Jan 2017 09:09:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nikula-org.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id:in-reply-to:references; bh=lRHX1WXPjre/tEp2E5P+yIexfwXZ3all0LZKSPk+LOU=; b=g3Ti82NW3zEF/9w49YyXtYJ52YRZ2ghHkS6SVvRjQ23Ps3NvC053lTRvACbGPK0a0V uHZ2aTChG43ev/7UBelSyYkz7LH/nV1+aSTPJrqKaWVngtelexWlQc/CVyyDwhRzpJYX 4ikKjJhB3H5LO7irLF9uns3e7d6W3llZPCu6lYIi7cR5+uifVSose0TBlA0+azyMYq2F MmxBhZX0yMKUYnkdsCLjVVEuwODGeTecg+6XuMJuNMJE4Lq9a5Hzp+f5OZWtzMCWc5fg XxPRlWummZS0QMXe9lh9oxhjmdGPwTsm1/eMuOegvG+ZjcCOvIFNAzWegYUtLTq7ArbB v+bw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=lRHX1WXPjre/tEp2E5P+yIexfwXZ3all0LZKSPk+LOU=; b=PDdTciO4GhQf4SVnCv6OBiasw5bSF3brI8aFzyhP12W3TY5Sqd2MOLvvlL2ZB8vNCr usdI/4nrHFkj8eY2tQPL5KHkVcfe6daBxQ4RoCxs1GlPRMUnq6axM9DmunFprdE09eaO n0YvQqgKKYOaxQxdX284s2nw5snfANxk2l0uDds69OGfyKjcF9MgMezZuxNh/QEUvHYv 3unjQLIqPZIBR5Va7CpwktssykkZZIEE9aSUu5TTWCvHNaMqCdyiq+7+d/C6fLSCMMvY 03RJ7qk8Na+w13hrrWcqEOJmpGn+9JWOLpxLNpBwUTfyaD3+kWR/ie1jwTjckwl0LlxT Ovvw== X-Gm-Message-State: AIkVDXIFo/Xne5dPNy3bFSs8NrxNQiWCh3DJgb5U44TW6zYeS63Ouiy5crlJ/rmALtkeNw== X-Received: by 10.25.22.201 with SMTP id 70mr4197529lfw.97.1483895387695; Sun, 08 Jan 2017 09:09:47 -0800 (PST) Received: from localhost (mobile-access-bcee94-201.dhcp.inet.fi. [188.238.148.201]) by smtp.gmail.com with ESMTPSA id c75sm20822905lfe.28.2017.01.08.09.09.46 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 08 Jan 2017 09:09:46 -0800 (PST) From: Jani Nikula To: David Bremner , Jani Nikula , notmuch@notmuchmail.org Subject: [PATCH] configure: remove leftover byte order test cleanup Date: Sun, 8 Jan 2017 19:09:45 +0200 Message-Id: <20170108170945.3742-1-jani@nikula.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <87o9zhbntk.fsf@tethera.net> References: <87o9zhbntk.fsf@tethera.net> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jan 2017 17:09:51 -0000 Removing the removal of byteorder configure test files was overlooked in commit 5a957c3f33e6 ("build & util: drop byte order configure check and endian util header"). Finish the job. --- Sorry David, I missed this. :( --- configure | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure b/configure index 47130203d27b..fa77eb8fd4b7 100755 --- a/configure +++ b/configure @@ -680,8 +680,6 @@ else EOF fi -rm -f _byteorder _byteorder.c - if [ $errors -gt 0 ]; then cat <