[autoconf]: Fix description in HAVE_CRASHREPORTER_INFO.

http://llvm-reviews.chandlerc.com/D332

Signed-off-by: Saleem Abdulrasool <compnerd@compnerd.org>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173879 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2013-01-30 01:38:03 +00:00
parent a4afeef186
commit d749382c8c
3 changed files with 4 additions and 4 deletions

View File

@ -1503,11 +1503,11 @@ AC_LINK_IFELSE(
], ],
[ [
AC_MSG_RESULT([yes]) 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_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===-----------------------------------------------------------------------=== dnl===-----------------------------------------------------------------------===

View File

@ -72,7 +72,7 @@
/* Define to 1 if you have the <CrashReporterClient.h> header file. */ /* Define to 1 if you have the <CrashReporterClient.h> header file. */
#undef HAVE_CRASHREPORTERCLIENT_H #undef HAVE_CRASHREPORTERCLIENT_H
/* Define if __crashreporter_info__ exists. */ /* can use __crashreporter_info__ */
#undef HAVE_CRASHREPORTER_INFO #undef HAVE_CRASHREPORTER_INFO
/* Define to 1 if you have the <ctype.h> header file. */ /* Define to 1 if you have the <ctype.h> header file. */

View File

@ -72,7 +72,7 @@
/* Define to 1 if you have the <CrashReporterClient.h> header file. */ /* Define to 1 if you have the <CrashReporterClient.h> header file. */
#undef HAVE_CRASHREPORTERCLIENT_H #undef HAVE_CRASHREPORTERCLIENT_H
/* Define if __crashreporter_info__ exists. */ /* can use __crashreporter_info__ */
#undef HAVE_CRASHREPORTER_INFO #undef HAVE_CRASHREPORTER_INFO
/* Define to 1 if you have the <ctype.h> header file. */ /* Define to 1 if you have the <ctype.h> header file. */