Skip to content
Snippets Groups Projects
Commit c4c6c79d authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed minor issue with -woff 1209 test.

Rev: src/configure.in:1.356
parent 47723c50
No related branches found
No related tags found
No related merge requests found
AC_REVISION("$Id: configure.in,v 1.355 2000/03/27 05:48:21 hubbe Exp $") AC_REVISION("$Id: configure.in,v 1.356 2000/03/27 10:47:36 grubba Exp $")
AC_INIT(interpret.c) AC_INIT(interpret.c)
AC_CONFIG_HEADER(machine.h) AC_CONFIG_HEADER(machine.h)
...@@ -804,7 +804,7 @@ if test $cflags_is_set = no; then ...@@ -804,7 +804,7 @@ if test $cflags_is_set = no; then
# this way the user can override it by setting LDFLAGS and/or CFLAGS # this way the user can override it by setting LDFLAGS and/or CFLAGS
# AC_SYS_COMPILER_FLAG(-n32,n32,CFLAGS) # AC_SYS_COMPILER_FLAG(-n32,n32,CFLAGS)
AC_SYS_COMPILER_FLAG(-fullwarn,fullwarn,WARN) AC_SYS_COMPILER_FLAG(-fullwarn,fullwarn,WARN)
AC_SYS_COMPILER_FLAG(-woff 1209,fullwarn,WARN) AC_SYS_COMPILER_FLAG(-woff 1209,woff_1209,WARN)
if test x$with_cdebug = xyes ; then if test x$with_cdebug = xyes ; then
AC_SYS_COMPILER_FLAG(-g3,g3,OPTIMIZE) AC_SYS_COMPILER_FLAG(-g3,g3,OPTIMIZE)
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment