changeset 1316:ffa190677108

[project @ 1995-06-25 23:27:47 by jwe]
author jwe
date Sun, 25 Jun 1995 23:27:47 +0000
parents 611d403c7f3d
children 95bea4a66da5
files configure.in
diffstat 1 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Sun Jun 25 19:56:32 1995 +0000
+++ b/configure.in	Sun Jun 25 23:27:47 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.125 $)
+AC_REVISION($Revision: 1.126 $)
 AC_PREREQ(2.0)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h)
@@ -450,6 +450,13 @@
     else
       if test -z "$FFLAGS"; then
         FFLAGS="-O"
+      fi
+      case "$canonical_host_type" in
+        alpha-dec-osf*)
+          FFLAGS="-fpe1 $FFLAGS"
+        ;;
+      esac
+      if test -n "$FFLAGS"; then
         AC_MSG_RESULT([defining FFLAGS to be $FFLAGS])
       fi
     fi