corrected small syntax error

This commit is contained in:
Franz Roters 2011-12-20 13:58:30 +00:00
parent 34d56548ad
commit fcfc8d9402
1 changed files with 2 additions and 2 deletions

View File

@ -1857,8 +1857,8 @@ fi
# user subroutine used # user subroutine used
# #
# add BLAS and FFTW options for linking # add BLAS and FFTW options for linking
BLAS="%BLAS" BLAS="%BLAS%"
FFTW="%FFTW" FFTW="%FFTW%"
if test "$user" if test "$user"