Mercurial > hg > octave-nkf
diff configure.in @ 5194:cb213ce19827
[project @ 2005-03-04 19:38:21 by jwe]
author | jwe |
---|---|
date | Fri, 04 Mar 2005 19:38:21 +0000 |
parents | 4515ad040dc7 |
children | dbeafbc0ff64 |
line wrap: on
line diff
--- a/configure.in +++ b/configure.in @@ -29,7 +29,7 @@ EXTERN_CXXFLAGS="$CXXFLAGS" AC_INIT -AC_REVISION($Revision: 1.463 $) +AC_REVISION($Revision: 1.464 $) AC_PREREQ(2.57) AC_CONFIG_SRCDIR([src/octave.cc]) AC_CONFIG_HEADER(config.h) @@ -1292,7 +1292,8 @@ GCC_PICKY_FLAGS="-Wcast-align -Wcast-qual -Wmissing-prototypes \ -Wpointer-arith -Wstrict-prototypes -Wwrite-strings" -GXX_PICKY_FLAGS="$GCC_PICKY_FLAGS -Weffc++ -Wenum-clash" +GXX_PICKY_FLAGS="-Wcast-align -Wcast-qual -Wpointer-arith \ + -Wwrite-strings -Weffc++ -Wenum-clash" AC_ARG_ENABLE(picky-flags, [ --enable-picky-flags add picky options to CFLAGS, CXXFLAGS, FFLAGS],