Mercurial > hg > octave-nkf
changeset 1317:95bea4a66da5
[project @ 1995-07-05 04:30:25 by jwe]
author | jwe |
---|---|
date | Wed, 05 Jul 1995 04:30:25 +0000 |
parents | ffa190677108 |
children | 74716278ccb3 |
files | configure.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in +++ b/configure.in @@ -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