changeset 4314:b8f7e8193bf6

[project @ 2003-02-03 17:22:33 by jwe]
author jwe
date Mon, 03 Feb 2003 17:22:33 +0000
parents efd8cd91857e
children 0a056052bc90
files configure.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Thu Jan 30 06:56:00 2003 +0000
+++ b/configure.in	Mon Feb 03 17:22:33 2003 +0000
@@ -22,7 +22,7 @@
 ### 02111-1307, USA. 
 
 AC_INIT
-AC_REVISION($Revision: 1.408 $)
+AC_REVISION($Revision: 1.409 $)
 AC_PREREQ(2.52)
 AC_CONFIG_SRCDIR([src/octave.cc])
 AC_CONFIG_HEADER(config.h)
@@ -174,7 +174,7 @@
   sed -e 's/^.*g.. version *//' -e 's/cygnus-//' -e 's/egcs-//'`
 
 case "$gxx_version" in
-  1.* | 2.[[0123456789]].*)
+  1.* | 2.[[0123456789]].* | 3.0.*)
     AC_MSG_ERROR([g++ version $gxx_version will probably fail to compile Octave])
   ;;
 esac