diff configure.ac @ 10622:f35903fa42ed

Capitalize ARPACK in configure messages.
author Rik <octave@nomad.inbox5.com>
date Tue, 11 May 2010 09:43:56 -0700
parents 43685a0541c4
children 4906ccf5d95e
line wrap: on
line diff
--- a/configure.ac	Tue May 11 08:31:58 2010 +0200
+++ b/configure.ac	Tue May 11 09:43:56 2010 -0700
@@ -1070,7 +1070,7 @@
 save_LIBS="$LIBS"
 LIBS="$LAPACK_LIBS $BLAS_LIBS $FLIBS $LIBS"
 OCTAVE_CHECK_LIBRARY(arpack, ARPACK,
-  [arpack not found.  The eigs function will be disabled.],
+  [ARPACK not found.  The eigs function will be disabled.],
   [],
   [dseupd],
   [Fortran 77], [don't use the ARPACK library, disable eigs function])