From 13a92ddc05d7ee1b6f437930c5a6fc3e7eabd9cb Mon Sep 17 00:00:00 2001
From: mancoast <RobertPancoast77@gmail.com>
Date: Fri, 22 Jan 2016 13:51:44 -0500
Subject: [PATCH] READELF

---
 configure | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/configure b/configure
index 7b91f91..be716cc 100755
--- a/configure
+++ b/configure
@@ -6006,13 +6006,13 @@ esac
   fi
 fi
 
-if test "$cross_compiling" = yes; then
-    case "$READELF" in
-	readelf|:)
-	as_fn_error $? "readelf for the host is required for cross builds" "$LINENO" 5
-	;;
-    esac
-fi
+#if test "$cross_compiling" = yes; then
+    #case "$READELF" in
+	#readelf|:)
+	#as_fn_error $? "readelf for the host is required for cross builds" "$LINENO" 5
+	#;;
+    #esac
+#fi
 
 
 
-- 
2.5.3.windows.1

