]> git.ipfire.org Git - thirdparty/gcc.git/commit - libcpp/ChangeLog
configure.ac: Don't define ENABLE_CHECKING whenever --enable-checking is seen...
authorJakub Jelinek <jakub@redhat.com>
Thu, 28 Feb 2013 09:58:47 +0000 (10:58 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 28 Feb 2013 09:58:47 +0000 (10:58 +0100)
commit1a80db971def22067b3ccbb27b995cd5b86488c0
tree02e8deb1f6a0854b3d5c12df42f42b182142adcf
parentff24afc8d09134862051b36afe786fd4818a9da4
configure.ac: Don't define ENABLE_CHECKING whenever --enable-checking is seen...

* configure.ac: Don't define ENABLE_CHECKING whenever
--enable-checking is seen, instead use similar --enable-checking=yes
vs. --enable-checking=release default as gcc/ subdir has and
define ENABLE_CHECKING if ENABLE_CHECKING is defined in gcc/.
Define ENABLE_VALGRIND_CHECKING if requested.
* lex.c (new_buff): If ENABLE_VALGRIND_CHECKING, put _cpp_buff
struct first in the allocated buffer and result->base after it.
(_cpp_free_buff): If ENABLE_VALGRIND_CHECKING, free buff itself
instead of buff->base.
* config.in: Regenerated.
* configure: Regenerated.

From-SVN: r196333
libcpp/ChangeLog
libcpp/config.in
libcpp/configure
libcpp/configure.ac
libcpp/lex.c