diff configure.in @ 3800:115cbfcd067e

[project @ 2001-02-22 21:55:15 by jwe]
author jwe
date Thu, 22 Feb 2001 21:55:17 +0000
parents 13905c3a24af
children 63c75bc3db82
line wrap: on
line diff
--- a/configure.in	Sun Feb 18 19:06:24 2001 +0000
+++ b/configure.in	Thu Feb 22 21:55:17 2001 +0000
@@ -21,7 +21,7 @@
 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 ### 02111-1307, USA. 
 
-AC_REVISION($Revision: 1.339 $)
+AC_REVISION($Revision: 1.340 $)
 AC_PREREQ(2.9)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h)
@@ -550,7 +550,7 @@
     cheev_func=CHEEV
   fi
 else
-  if test "$octave_cv_f77_append_underscore" = "yes"; then
+  if test "$octave_cv_f77_append_underscore" = "yes" || test -n "${F2C}"; then
     dgemm_func=dgemm_
     cheev_func=cheev_
   else