From: bangerth Date: Fri, 30 Apr 2010 13:30:22 +0000 (+0000) Subject: Fix a typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9fe7f3445ff69b0c450319196cd25bfe2ff285a;p=dealii-svn.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_])