comparison 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
comparison
equal deleted inserted replaced
9572:ab8a163f2052 9573:be3ee885739b
915 OCTAVE_CHECK_LIBRARY(arpack, ARPACK, 915 OCTAVE_CHECK_LIBRARY(arpack, ARPACK,
916 [arpack not found. The eigs function will be disabled.], 916 [arpack not found. The eigs function will be disabled.],
917 [], 917 [],
918 [F77_FUNC(dseupd,DSEUPD)], 918 [F77_FUNC(dseupd,DSEUPD)],
919 [], [don't use the ARPACK library, disable eigs function]) 919 [], [don't use the ARPACK library, disable eigs function])
920 LIBS="$save_LIBS"
920 921
921 ### Handle shared library options. 922 ### Handle shared library options.
922 923
923 ### Enable creation of static libraries. 924 ### Enable creation of static libraries.
924 925