diff configure.in @ 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 55ecaefb7d0f
line wrap: on
line diff
--- a/configure.in	Wed Aug 26 16:41:38 2009 -0400
+++ b/configure.in	Wed Aug 26 16:42:14 2009 -0400
@@ -917,6 +917,7 @@
   [],
   [F77_FUNC(dseupd,DSEUPD)],
   [], [don't use the ARPACK library, disable eigs function])
+LIBS="$save_LIBS"
 
 ### Handle shared library options.