mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
b6008b4c24
Closes #201
13 lines
275 B
Diff
13 lines
275 B
Diff
diff --git a/configure b/configure
|
|
index 2503d4b..0c36685 100755
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -20662,7 +20662,7 @@ printf "%s\n" "yes" >&6; }
|
|
fi
|
|
NEEDED="xau >= 0.99.2"
|
|
case $host_os in
|
|
-linux*) ;;
|
|
+linux*|darwin*) ;;
|
|
*) NEEDED="$NEEDED pthread-stubs" ;;
|
|
esac
|