"--with-scalapack" should be the default, as stated in the documentation

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@6491 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2010-03-16 09:42:50 +00:00
parent 3ec28c1a27
commit e9b112ea4e
2 changed files with 2 additions and 2 deletions

2
install/configure vendored
View File

@ -1434,7 +1434,7 @@ if test "${with_scalapack+set}" = set; then
with_scalapack=0
fi
else
with_scalapack=0
with_scalapack=1
fi;
# -----------------------------
# store variables from the environment, if set (may be or not be set)

View File

@ -88,7 +88,7 @@ AC_ARG_WITH(scalapack,
else
with_scalapack=0
fi],
[with_scalapack=0])
[with_scalapack=1])
# -----------------------------
# store variables from the environment, if set (may be or not be set)
# If set, they take precedence over configure internal choice.