Mercurial > hg > octave-nkf
diff configure.in @ 2826:d6867cd782c7
[project @ 1997-03-25 23:36:39 by jwe]
author | jwe |
---|---|
date | Tue, 25 Mar 1997 23:38:09 +0000 |
parents | d45d48b3dcde |
children | 19c45d29f177 |
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.260 $) +AC_REVISION($Revision: 1.261 $) AC_PREREQ(2.9) AC_INIT(src/octave.cc) AC_CONFIG_HEADER(config.h) @@ -1148,7 +1148,7 @@ -Winline -Wmissing-prototypes -Wnested-externs -Wpointer-arith \ -Wstrict-prototypes -Wwrite-strings" -GXX_PICKY_FLAGS="$GCC_PICKY_FLAGS -Wenum-clash -fno-nonnull-objects" +GXX_PICKY_FLAGS="$GCC_PICKY_FLAGS -fno-nonnull-objects" AC_ARG_ENABLE(picky-flags, [ --enable-picky-flags add picky options to CFLAGS, CXXFLAGS, FFLAGS],