<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- a/configure
+++ b/configure
@@ -235,7 +235,7 @@ EOF
 
 check_elf()
 {
-    if ${PKG_CONFIG} libelf --exists; then
+    if [ "${HAVE_ELF}" = "y" ] &amp;&amp; ${PKG_CONFIG} libelf --exists; then
 	echo "HAVE_ELF:=y" &gt;&gt;$CONFIG
 	echo "yes"
 
</pre></body></html>