changeset 2337:cdf7ba6b3c9c

[project @ 1996-07-19 18:06:14 by jwe]
author jwe
date Fri, 19 Jul 1996 18:08:23 +0000
parents 9694ebb20b19
children 18953de8c308
files ChangeLog configure.in
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Jul 19 15:49:37 1996 +0000
+++ b/ChangeLog	Fri Jul 19 18:08:23 1996 +0000
@@ -1,3 +1,7 @@
+Fri Jul 19 13:02:05 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* configure.in: If using g77 on alpha, don't add -fpe1 to FFLAGS.
+
 Mon Jul 15 14:26:48 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* config.sub: Update to new version from FSF (gcc sources).
--- a/configure.in	Fri Jul 19 15:49:37 1996 +0000
+++ b/configure.in	Fri Jul 19 18:08:23 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.210 $)
+AC_REVISION($Revision: 1.211 $)
 AC_PREREQ(2.9)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h)
@@ -528,6 +528,7 @@
             *)
               FFLAGS="-fpe1 $FFLAGS"
             ;;
+          esac
         ;;
       esac
       if test -n "$FFLAGS"; then