We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d00acf1 commit 14f23deCopy full SHA for 14f23de
depends/check-gmp.sh
@@ -2,7 +2,7 @@
2
# check-gmp.sh by Timothy Redaelli ([email protected])
3
4
# i386 dumpmachine returns i686-linux-gnu
5
-echo $(gcc -dumpmachine)
+echo "$(gcc -dumpmachine)"
6
[ -f /usr/include/"$(gcc -dumpmachine)"/gmp.h ] ||
7
[ -f /usr/include/i386-linux-gnu/gmp.h ] ||
8
[ -f /usr/include/gmp.h ] ||
0 commit comments