1 Remove uneeded pthread-stubs dependency 2 --- a/configure 3 +++ b/configure 4 @@ -19695,7 +19695,7 @@ fi 5 NEEDED="xau >= 0.99.2" 6 case $host_os in 7 linux*) ;; 8 - *) NEEDED="$NEEDED pthread-stubs" ;; 9 + *) NEEDED="$NEEDED" ;; 10 esac 11 12 pkg_failed=no 13