Remove --with-opt and --with-debug options from configure.ac; use CFLAGS instead
authorJosh Triplett <josh@freedesktop.org>
Thu, 23 Nov 2006 06:47:15 +0000 (22:47 -0800)
committerJosh Triplett <josh@freedesktop.org>
Thu, 23 Nov 2006 06:47:15 +0000 (22:47 -0800)
commit608058ec80edb041ca012d530b42d97474f80320
tree877f61844c208038d974efea68d55d5eaf64c6dd
parent1aade6a15f767c49db5c1b69b97a5b1bf8cdce57
Remove --with-opt and --with-debug options from configure.ac; use CFLAGS instead

configure supports using custom CFLAGS, so remove the --with-opt and
--with-debug options from configure.ac, and the corresponding usage of
COPTFLAGS and CDEBUGFLAGS in src/Makefile.am.
configure.ac
src/Makefile.am