# HG changeset patch # User jwe # Date 880010037 0 # Node ID bb7ffd516332a11fc962527167dfa8df319efaf1 # Parent a8dcfbf87ea342631d2b2dfcc40bb821b75fcea6 [project @ 1997-11-20 07:13:57 by jwe] diff --git a/configure.in b/configure.in --- a/configure.in +++ b/configure.in @@ -21,7 +21,7 @@ ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA ### 02111-1307, USA. -AC_REVISION($Revision: 1.287 $) +AC_REVISION($Revision: 1.288 $) AC_PREREQ(2.9) AC_INIT(src/octave.cc) AC_CONFIG_HEADER(config.h) @@ -193,7 +193,9 @@ changequote([,])dnl AC_MSG_ERROR([g++ version $gxx_version will not work to compile Octave]) ;; +changequote(,)dnl 2.7.[23456789]* | 2.7.[123456789][0123456789]*) +changequote([,])dnl if test -z "$EXTERN_CXXFLAGS"; then ADD_CXX_WALL=true fi