[PATCH] configure: remove leftover byte order test cleanup

Subject: [PATCH] configure: remove leftover byte order test cleanup

Date: Sun, 8 Jan 2017 19:09:45 +0200

To: David Bremner, Jani Nikula, notmuch@notmuchmail.org

Cc:

From: Jani Nikula


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 <<EOF
 
-- 
2.11.0


Thread: