diff configure.in @ 4264:4e2d2516da22

[project @ 2003-01-03 05:30:34 by jwe]
author jwe
date Fri, 03 Jan 2003 05:30:34 +0000
parents f35aa1f0201f
children e7e10ce42860
line wrap: on
line diff
--- a/configure.in	Fri Jan 03 03:10:57 2003 +0000
+++ b/configure.in	Fri Jan 03 05:30:34 2003 +0000
@@ -22,7 +22,7 @@
 ### 02111-1307, USA. 
 
 AC_INIT
-AC_REVISION($Revision: 1.401 $)
+AC_REVISION($Revision: 1.402 $)
 AC_PREREQ(2.52)
 AC_CONFIG_SRCDIR([src/octave.cc])
 AC_CONFIG_HEADER(config.h)
@@ -180,11 +180,8 @@
 
 cxx_auto_instantiate_templates=yes
 case "$gxx_version" in
-  1.* | 2.[[0123456]].* | 2.7.[01]*)
-    AC_MSG_ERROR([g++ version $gxx_version will not work to compile Octave])
-  ;;
-  2.8* | 2.9[[1-6]]*)
-    cxx_auto_instantiate_templates=no
+  1.* | 2.[[0123456789]].*)
+    AC_MSG_ERROR([g++ version $gxx_version will probably fail to compile Octave])
   ;;
 esac