changeset 2033:ce456cebbd7f

[project @ 1996-03-27 03:12:44 by jwe]
author jwe
date Wed, 27 Mar 1996 03:12:44 +0000
parents 86d6c42c192a
children 91d90de50e4e
files configure.in
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Tue Mar 26 08:47:01 1996 +0000
+++ b/configure.in	Wed Mar 27 03:12:44 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.178 $)
+AC_REVISION($Revision: 1.179 $)
 AC_PREREQ(2.0)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h)
@@ -549,9 +549,9 @@
   AC_MSG_RESULT([defining F77_APPEND_UNDERSCORE to be 1])
   AC_CHECK_LIB(f2c, main, FLIBS=-lf2c, [], -lm)
   if test -z "$FLIBS"; then
-    AC_CHECK_LIB(F77, main, FLIBS=-lF77, [])
+    AC_CHECK_LIB(I77, main, FLIBS=-lI77, [])
     if test -n "$FLIBS"; then
-      AC_CHECK_LIB(I77, main, FLIBS="$FLIBS -lI77", [])
+      AC_CHECK_LIB(F77, main, FLIBS="$FLIBS -lF77", [])
     fi
   fi
   if test -z "$FLIBS"; then