<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
@@ -449,7 +449,7 @@ EOF
 
 check_cap()
 {
-	if ${PKG_CONFIG} libcap --exists; then
+	if [ "${HAVE_CAP}" = "y" ] &amp;&amp; ${PKG_CONFIG} libcap --exists; then
 		echo "HAVE_CAP:=y" &gt;&gt;$CONFIG
 		echo "yes"
 
</pre></body></html>