# HG changeset patch # User jwe # Date 804918625 0 # Node ID 95bea4a66da5ba4a8aae46f354002dafef3fae7d # Parent ffa190677108bdcddd1a3b0da7373bd29023c7f7 [project @ 1995-07-05 04:30:25 by jwe] diff -r ffa190677108 -r 95bea4a66da5 configure.in --- a/configure.in Sun Jun 25 23:27:47 1995 +0000 +++ b/configure.in Wed Jul 05 04:30:25 1995 +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.126 $) +AC_REVISION($Revision: 1.127 $) AC_PREREQ(2.0) AC_INIT(src/octave.cc) AC_CONFIG_HEADER(config.h) @@ -418,7 +418,7 @@ elif $use_f2c; then F77= if test "$with_f2c" = "yes"; then - F2C=g77 + F2C=f2c else F2C="$with_f2c" fi