commit tests basic turns off fastmath since default now

pull/1/head
toddouska 2013-04-19 13:51:53 -07:00
parent 24ec09ef7a
commit b5ac92bcd1
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ RESULT=$?
# make sure basic config is ok
echo -e "\n\nTesting basic config too...\n\n"
./configure;
./configure --disable-fastmath;
RESULT=$?
[ $RESULT -ne 0 ] && echo -e "\n\nBasic config ./configure failed" && exit 1