diff --git a/spkg-install b/spkg-install index b23fd55..90d7096 100755 --- a/spkg-install +++ b/spkg-install @@ -9,7 +9,7 @@ fi set -e unset RM -./configure --prefix="$SPKG_LOCAL" +./configure --prefix="$SPKG_LOCAL" --enable-gmpcompat make make check make install