From f67485c770ee59d0387ef0cf654f9153f60a673b Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Mon, 6 Jul 2015 08:22:04 +0200 Subject: [PATCH] typos --- configure | 4 ++-- configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure b/configure index 001b7985b..55de96494 100755 --- a/configure +++ b/configure @@ -5246,7 +5246,7 @@ save_LIBS="$LIBS" blas_found= lapack_found= -# if external lapack can only work with external blas +# external lapack can only work with external blas # thus, if external blas are disabled also external lapack should be disabled if test "$external_blas" == false && test "$external_lapack" == true ; then { $as_echo "$as_me:${as_lineno-$LINENO}: Internal blas can only be used with internal lapack" >&5 @@ -5369,7 +5369,7 @@ $as_echo "#define __PLUMED_INTERNAL_LAPACK 1" >>confdefs.h fi -# if found, also look for external blas +# if found, also look for external lapack if test -n "$blas_found" ; then save_LIBS="$LIBS" diff --git a/configure.ac b/configure.ac index c4ff48d92..9d614bb6c 100644 --- a/configure.ac +++ b/configure.ac @@ -224,7 +224,7 @@ save_LIBS="$LIBS" blas_found= lapack_found= -# if external lapack can only work with external blas +# external lapack can only work with external blas # thus, if external blas are disabled also external lapack should be disabled if test "$external_blas" == false && test "$external_lapack" == true ; then AC_MSG_NOTICE([Internal blas can only be used with internal lapack]) @@ -250,7 +250,7 @@ AC_DEFINE([__PLUMED_INTERNAL_BLAS]) AC_DEFINE([__PLUMED_INTERNAL_LAPACK]) fi -# if found, also look for external blas +# if found, also look for external lapack if test -n "$blas_found" ; then save_LIBS="$LIBS" -- GitLab