Cnfigure OpenMP again - there was still a misspelled variable

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@7097 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2010-09-25 07:36:27 +00:00
parent 21603c0efd
commit ac98aeb226
2 changed files with 2 additions and 2 deletions

2
install/configure vendored
View File

@ -4952,7 +4952,7 @@ if test "$use_shared" -eq 0 ; then
if test "$use_openmp" -eq 1 ; then if test "$use_openmp" -eq 1 ; then
try_fflags="$try_fflags $try_fflags_openmp" try_fflags="$try_fflags $try_fflags_openmp"
try_ldlags="$try_ldlags $try_ldflags_openmp" try_ldflags="$try_ldflags $try_ldflags_openmp"
fi fi
if test "$fflags" = "" ; then fflags=$try_fflags ; fi if test "$fflags" = "" ; then fflags=$try_fflags ; fi

View File

@ -738,7 +738,7 @@ if test "$use_shared" -eq 0 ; then
if test "$use_openmp" -eq 1 ; then if test "$use_openmp" -eq 1 ; then
try_fflags="$try_fflags $try_fflags_openmp" try_fflags="$try_fflags $try_fflags_openmp"
try_ldlags="$try_ldlags $try_ldflags_openmp" try_ldflags="$try_ldflags $try_ldflags_openmp"
fi fi
if test "$fflags" = "" ; then fflags=$try_fflags ; fi if test "$fflags" = "" ; then fflags=$try_fflags ; fi