--- configure
+++ configure
@@ -6911,7 +6911,7 @@
 
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /proc filesystem" >&5
 $as_echo_n "checking for /proc filesystem... " >&6; }
-if test -d /proc; then
+if true || test -d /proc; then
 	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 $as_echo "yes" >&6; }
 
@@ -6924,7 +6924,7 @@
 
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file /proc/stat" >&5
 $as_echo_n "checking for file /proc/stat... " >&6; }
-if test -r /proc/stat; then
+if true || test -r /proc/stat; then
 	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 $as_echo "yes" >&6; }
 
@@ -6937,7 +6937,7 @@
 
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file /proc/cpuinfo" >&5
 $as_echo_n "checking for file /proc/cpuinfo... " >&6; }
-if test -r /proc/cpuinfo; then
+if true || test -r /proc/cpuinfo; then
 	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 $as_echo "yes" >&6; }
 
@@ -6950,7 +6950,7 @@
 
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file /proc/0/psinfo" >&5
 $as_echo_n "checking for file /proc/0/psinfo... " >&6; }
-if test -r /proc/0/psinfo; then
+if false && test -r /proc/0/psinfo; then
 	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 $as_echo "yes" >&6; }
 
@@ -6963,7 +6963,7 @@
 
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file /proc/loadavg" >&5
 $as_echo_n "checking for file /proc/loadavg... " >&6; }
-if test -r /proc/loadavg; then
+if true || test -r /proc/loadavg; then
 	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 $as_echo "yes" >&6; }
 
@@ -6976,7 +6976,7 @@
 
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file /proc/net/dev" >&5
 $as_echo_n "checking for file /proc/net/dev... " >&6; }
-if test -r /proc/net/dev; then
+if true || test -r /proc/net/dev; then
 	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 $as_echo "yes" >&6; }
 
