Mercurial > hg > octave-nkf
diff configure.in @ 2319:689bd09e92b2
[project @ 1996-07-15 19:22:35 by jwe]
author | jwe |
---|---|
date | Mon, 15 Jul 1996 19:22:35 +0000 |
parents | 95d9259a9915 |
children | 9694ebb20b19 |
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.208 $) +AC_REVISION($Revision: 1.209 $) AC_PREREQ(2.9) AC_INIT(src/octave.cc) AC_CONFIG_HEADER(config.h) @@ -298,7 +298,7 @@ case "$canonical_host_type" in changequote(,)dnl - i[345]86-*-linux) + i[345]86-*-linux*) changequote([,])dnl GCC_IEEE_FP_FLAG="-mieee-fp" AC_MSG_RESULT([defining GCC_IEEE_FP_FLAG to be $GCC_IEEE_FP_FLAG]) @@ -392,7 +392,7 @@ FPICFLAG=-PIC RLD_FLAG='-L $(libdir)' ;; - sparc-sun-sunos5*) + sparc-sun-solaris2*) FPICFLAG=-PIC RLD_FLAG='-Xlinker -R -Xlinker $(libdir)' ;;