changeset 2040:d16270577e0f

[project @ 1996-03-27 15:56:03 by jwe]
author jwe
date Wed, 27 Mar 1996 15:56:03 +0000
parents 3fbea677ee9d
children 70dedaeb25b9
files configure.in
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Wed Mar 27 15:05:01 1996 +0000
+++ b/configure.in	Wed Mar 27 15:56:03 1996 +0000
@@ -20,7 +20,7 @@
 ### along with Octave; see the file COPYING.  If not, write to the Free
 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-AC_REVISION($Revision: 1.181 $)
+AC_REVISION($Revision: 1.182 $)
 AC_PREREQ(2.9)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h)
@@ -535,11 +535,11 @@
 elif $have_f2c; then
   AC_DEFINE(F77_APPEND_UNDERSCORE, 1)
   AC_MSG_RESULT([defining F77_APPEND_UNDERSCORE to be 1])
-  AC_CHECK_LIB(f2c, s_stop, FLIBS=-lf2c, [], -lm)
+  AC_CHECK_LIB(f2c, f_open, FLIBS=-lf2c, [], -lm)
   if test -z "$FLIBS"; then
-    AC_CHECK_LIB(I77, f_open, FLIBS=-lI77, [])
+    AC_CHECK_LIB(F77, d_sin, FLIBS=-lF77, -lm)
     if test -n "$FLIBS"; then
-      AC_CHECK_LIB(F77, s_stop, FLIBS="$FLIBS -lF77", [])
+      AC_CHECK_LIB(I77, f_rew, FLIBS="$FLIBS -lI77", -lF77)
     fi
   fi
   if test -z "$FLIBS"; then