Skip to content

Commit

Permalink
fix typo in configure HAVE_ARPACK -> HAVE_EIGEN3
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Jul 2, 2012
1 parent 84b7803 commit 8fb2bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configure
Expand Up @@ -3379,7 +3379,7 @@ EOF
if cxx_check
then
echores "yes"
HAVE_ARPACK='#define HAVE_EIGEN3 1'
HAVE_EIGEN3='#define HAVE_EIGEN3 1'
DEFINES="$DEFINES -DHAVE_EIGEN3"
else
if test "$_eigen3" = yes
Expand Down

0 comments on commit 8fb2bb1

Please sign in to comment.