changeset 3108:bb7ffd516332

[project @ 1997-11-20 07:13:57 by jwe]
author jwe
date Thu, 20 Nov 1997 07:13:57 +0000
parents a8dcfbf87ea3
children fcb2f5063e7f
files configure.in
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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