Mercurial > hg > octave-avbm
diff configure.in @ 3233:98d0ee053ba4
[project @ 1999-01-27 20:23:40 by jwe]
author | jwe |
---|---|
date | Wed, 27 Jan 1999 20:23:46 +0000 |
parents | 3f6ae91e86b0 |
children | 041ea33fbbf4 |
line wrap: on
line diff
--- a/configure.in +++ b/configure.in @@ -21,7 +21,7 @@ ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA ### 02111-1307, USA. -AC_REVISION($Revision: 1.314 $) +AC_REVISION($Revision: 1.315 $) AC_PREREQ(2.9) AC_INIT(src/octave.cc) AC_CONFIG_HEADER(config.h) @@ -393,6 +393,9 @@ FFLAGS="-fpe1 $FFLAGS" fi ;; + powerpc-apple-machten*) + FFLAGS= + ;; esac if test -n "$FFLAGS"; then AC_MSG_RESULT([defining FFLAGS to be $FFLAGS])