Mercurial > hg > octave-nkf
diff configure.in @ 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 |
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.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