# HG changeset patch # User jwe # Date 804122867 0 # Node ID ffa190677108bdcddd1a3b0da7373bd29023c7f7 # Parent 611d403c7f3d21a73c6ec7cea10dd01470280850 [project @ 1995-06-25 23:27:47 by jwe] diff -r 611d403c7f3d -r ffa190677108 configure.in --- 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