From 343d207a8d80646303662c76d3ca78a7a6a13aae Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 30 Apr 2010 13:30:22 +0000 Subject: [PATCH] Fix a typo. git-svn-id: https://svn.dealii.org/trunk@21054 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/configure.in b/deal.II/configure.in index 7a5f92335d..3fc9e56b62 100644 --- a/deal.II/configure.in +++ b/deal.II/configure.in @@ -569,7 +569,7 @@ fi dnl Since we might have an incomplete LAPACK installation, check all dnl the functions we may want to use. If any of them is missing, -dnl deal.II will not attempt to call it and rather throw and +dnl deal.II will not attempt to call it and rather throw an dnl exception. AC_CHECK_FUNCS([daxpy_ saxpy_ dgemv_ sgemv_ dgeev_ sgeev_ dgeevx_ sgeevx_]) -- 2.39.5