From d749382c8cc991bc75a384212a898e2396a09837 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 30 Jan 2013 01:38:03 +0000 Subject: [PATCH] [autoconf]: Fix description in HAVE_CRASHREPORTER_INFO. http://llvm-reviews.chandlerc.com/D332 Signed-off-by: Saleem Abdulrasool git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173879 91177308-0d34-0410-b5e6-96231b3b80d8 --- autoconf/configure.ac | 4 ++-- include/llvm/Config/config.h.cmake | 2 +- include/llvm/Config/config.h.in | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 3d9b04bc64f..9c18e61801d 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -1503,11 +1503,11 @@ AC_LINK_IFELSE( ], [ AC_MSG_RESULT([yes]) - AC_DEFINE([HAVE_CRASHREPORTER_INFO], [1], [Can use __crashreporter_info__]) + AC_DEFINE([HAVE_CRASHREPORTER_INFO], [1], [can use __crashreporter_info__]) ], [ AC_MSG_RESULT([no]) - AC_DEFINE([HAVE_CRASHREPORTER_INFO], [0], [Define if __crashreporter_info__ exists.]) + AC_DEFINE([HAVE_CRASHREPORTER_INFO], [0], [can use __crashreporter_info__]) ]) dnl===-----------------------------------------------------------------------=== diff --git a/include/llvm/Config/config.h.cmake b/include/llvm/Config/config.h.cmake index ff765ccd373..94870834313 100644 --- a/include/llvm/Config/config.h.cmake +++ b/include/llvm/Config/config.h.cmake @@ -72,7 +72,7 @@ /* Define to 1 if you have the header file. */ #undef HAVE_CRASHREPORTERCLIENT_H -/* Define if __crashreporter_info__ exists. */ +/* can use __crashreporter_info__ */ #undef HAVE_CRASHREPORTER_INFO /* Define to 1 if you have the header file. */ diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index a4f8af4db02..5fb4c8183b9 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/Config/config.h.in @@ -72,7 +72,7 @@ /* Define to 1 if you have the header file. */ #undef HAVE_CRASHREPORTERCLIENT_H -/* Define if __crashreporter_info__ exists. */ +/* can use __crashreporter_info__ */ #undef HAVE_CRASHREPORTER_INFO /* Define to 1 if you have the header file. */