diff --git a/depends/check-gmp.sh b/depends/check-gmp.sh index 0f431b705..2c4b6c260 100755 --- a/depends/check-gmp.sh +++ b/depends/check-gmp.sh @@ -2,7 +2,6 @@ # check-gmp.sh by Timothy Redaelli (timothy@redaelli.eu) # i386 dumpmachine returns i686-linux-gnu -echo $(gcc -dumpmachine) [ -f /usr/include/"$(gcc -dumpmachine)"/gmp.h ] || [ -f /usr/include/i386-linux-gnu/gmp.h ] || [ -f /usr/include/gmp.h ] ||