Followup for bug 1262781: change ASTMatcher check name to force override config.cache on a CLOSED TREE. r=me

This commit is contained in:
Mike Hommey 2016-04-13 07:16:36 +09:00
parent 0015eddad2
commit 4c7112f60f

View File

@ -95,8 +95,8 @@ if test -n "$ENABLE_CLANG_PLUGIN"; then
dnl Check for the new ASTMatcher API names. Since this happened in the
dnl middle of the 3.8 cycle, our CLANG_VERSION_FULL is impossible to use
dnl correctly, so we have to detect this at configure time.
AC_CACHE_CHECK(for new ASTMatcher names,
ac_cv_have_new_ASTMatcher_names,
AC_CACHE_CHECK(for new ASTMatcher API,
ac_cv_have_new_ASTMatcher_api,
[
AC_LANG_SAVE
AC_LANG_CPLUSPLUS