# HG changeset patch # User jwe # Date 837458555 0 # Node ID 689bd09e92b24d247b52a3185b4a11d3af7d62d2 # Parent 31e7eb125d89b1be44fe1f21e9ddc7537fa1c056 [project @ 1996-07-15 19:22:35 by jwe] diff --git a/configure.in b/configure.in --- 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)' ;;