revert lex compile-without-a-warning hack
This commit is contained in:
parent
b4deba4b8c
commit
69562cdabc
@ -6,12 +6,12 @@ AC_PROG_INSTALL
|
||||
AC_PROG_YACC
|
||||
AM_PROG_LEX
|
||||
|
||||
CFLAGS=-O2 -g -W -Wall -Werror
|
||||
CFLAGS=-O2 -g -W -Wall
|
||||
|
||||
debug=false
|
||||
AC_ARG_ENABLE(debug,
|
||||
[ --enable-debug Turn on debugging],
|
||||
[debug=true && CFLAGS="-O0 -g -W -Wall -Werror"])
|
||||
[debug=true && CFLAGS="-O0 -g -W -Wall"])
|
||||
AM_CONDITIONAL(DEBUG, test x$debug = xtrue)
|
||||
|
||||
oidentd=false
|
||||
|
Loading…
x
Reference in New Issue
Block a user