changeset 9573:be3ee885739b

configure.in: restore LIBS after checking for ARPACK
author John W. Eaton <jwe@octave.org>
date Wed, 26 Aug 2009 16:42:14 -0400
parents ab8a163f2052
children 19124db6fc1c
files ChangeLog configure.in
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-08-26  John W. Eaton  <jwe@octave.org>
+
+	* configure.in: Restore LIBS after checking for ARPACK.
+
 2009-08-26  John W. Eaton  <jwe@octave.org>
 
 	* configure.in: Use OCTAVE_CHECK_LIBRARY to check for UMFPACK.
--- a/configure.in
+++ b/configure.in
@@ -917,6 +917,7 @@
   [],
   [F77_FUNC(dseupd,DSEUPD)],
   [], [don't use the ARPACK library, disable eigs function])
+LIBS="$save_LIBS"
 
 ### Handle shared library options.