diff configure.in @ 2484:ccaffe93c32f

[project @ 1996-11-07 23:24:46 by jwe]
author jwe
date Thu, 07 Nov 1996 23:25:37 +0000
parents 1d7925d6bede
children d4eb39779b88
line wrap: on
line diff
--- a/configure.in	Thu Nov 07 19:25:23 1996 +0000
+++ b/configure.in	Thu Nov 07 23:25:37 1996 +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.228 $)
+AC_REVISION($Revision: 1.229 $)
 AC_PREREQ(2.9)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h)
@@ -303,7 +303,7 @@
 
 case "$canonical_host_type" in
 changequote(,)dnl
-  i[345]86-*-linux*)
+  i[3456789]86-*-linux*)
 changequote([,])dnl
     GCC_IEEE_FP_FLAG="-mieee-fp"
     AC_MSG_RESULT([defining GCC_IEEE_FP_FLAG to be $GCC_IEEE_FP_FLAG])
@@ -378,6 +378,9 @@
     FPICFLAG=
     RLD_FLAG='-Xlinker -rpath -Xlinker $(libdir)'
   ;;
+  i[3456789]86-*-linux*)
+    RLD_FLAG='-Xlinker -rpath -Xlinker $(libdir)'
+  ;;
   rs6000-ibm-aix* | powerpc-ibm-aix*)
     CPICFLAG=
     CXXPICFLAG=