mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-23 03:59:29 +00:00
14 lines
358 B
Diff
14 lines
358 B
Diff
Remove uneeded pthread-stubs dependency
|
|
diff --git a/configure b/configure
|
|
index 969e8ac..0ab13c7 100755
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -21483,7 +21483,7 @@ fi
|
|
NEEDED="xau >= 0.99.2"
|
|
case $host_os in
|
|
linux*|darwin*|solaris*|dragonfly*|freebsd*|netbsd*) ;;
|
|
- *) NEEDED="$NEEDED pthread-stubs" ;;
|
|
+ *) NEEDED="$NEEDED" ;;
|
|
esac
|
|
|
|
pkg_failed=no
|