Removed '--with-blas' option because it doesn't work and is not worth fixing.

This commit is contained in:
falgout 2011-11-14 22:28:17 +00:00
parent 5e96b47335
commit 56074ddb12

View File

@ -60,7 +60,7 @@ do
done
# Test other builds
configure_opts="--enable-debug --with-blas --enable-bigint"
configure_opts="--enable-debug --enable-bigint"
for opt in $configure_opts
do
./test.sh configure.sh $src_dir $opt