diff options
author | Jakub Jelinek <jakub@redhat.com> | 2016-11-16 21:10:27 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2016-11-16 21:10:27 +0100 |
commit | 3549e181bd89b7f8a978cae9f55679c4ccd9a010 (patch) | |
tree | ae0932391b955df1f6da8ccc17b7ac37e5461799 /libcpp/config.in | |
parent | 350767bf22688f7645fe959370240825a3cf0421 (diff) | |
download | gcc-3549e181bd89b7f8a978cae9f55679c4ccd9a010.tar.gz |
re PR bootstrap/72823 (r239175 causes build failure)
PR bootstrap/72823
* configure.ac (ENABLE_ASSERT_CHECKING): Define if gcc configure
would define that macro.
* configure: Regenerated.
* config.in: Regenerated.
From-SVN: r242510
Diffstat (limited to 'libcpp/config.in')
-rw-r--r-- | libcpp/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libcpp/config.in b/libcpp/config.in index 3bbffe7815e..dd489a5f402 100644 --- a/libcpp/config.in +++ b/libcpp/config.in @@ -14,6 +14,9 @@ /* Define to 1 if using `alloca.c'. */ #undef C_ALLOCA +/* Define if you want assertions enabled. This is a cheap check. */ +#undef ENABLE_ASSERT_CHECKING + /* Define to enable system headers canonicalization. */ #undef ENABLE_CANONICAL_SYSTEM_HEADERS |