From: Wolfgang Bangerth Date: Fri, 30 Apr 2010 13:30:22 +0000 (+0000) Subject: Fix a typo. X-Git-Tag: v8.0.0~6166 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=343d207a8d80646303662c76d3ca78a7a6a13aae;p=dealii.git Fix a typo. git-svn-id: https://svn.dealii.org/trunk@21054 0785d39b-7218-0410-832d-ea1e28bc413d --- 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_])