changeset 2022:6b129bd50f4a

[project @ 1996-03-23 06:06:10 by jwe]
author jwe
date Sat, 23 Mar 1996 06:08:50 +0000
parents aa68db31dc34
children 91c6c05e4c06
files configure.in
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Sat Mar 23 05:59:12 1996 +0000
+++ b/configure.in	Sat Mar 23 06:08:50 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.172 $)
+AC_REVISION($Revision: 1.174 $)
 AC_PREREQ(2.0)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h)
@@ -279,13 +279,17 @@
 ### requires gcc 2.8.x or later.
 
 case "$canonical_host_type" in
+changequote(,)dnl
   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])
   ;;
   alpha-dec-osf*)
-    case"$gcc_version" in
+    case "$gcc_version" in
+changequote(,)dnl
       1.* | 2.[01234567].*)
+changequote([,])dnl
       ;;
       *)
         GCC_IEEE_FP_FLAG="-mieee-with-inexact"