[autoconf]: Fix description in HAVE_CRASHREPORTER_INFO.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 30 Jan 2013 01:38:03 +0000 (01:38 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 30 Jan 2013 01:38:03 +0000 (01:38 +0000)
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

autoconf/configure.ac
include/llvm/Config/config.h.cmake
include/llvm/Config/config.h.in

index 3d9b04bc64f3733e32c24ac8a3a43c6dce4f14f6..9c18e61801de7bf6fb829173cb33fb310bd86014 100644 (file)
@@ -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===-----------------------------------------------------------------------===
index ff765ccd373b4cdd44f7a41c241ce1afc681f7b4..948708343136c5973db2fe768d5de3a34ecb70f8 100644 (file)
@@ -72,7 +72,7 @@
 /* Define to 1 if you have the <CrashReporterClient.h> 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 <ctype.h> header file. */
index a4f8af4db028291d4cf77a8505824b5a66e50335..5fb4c8183b9cfe386475d179cebb2abdc6708430 100644 (file)
@@ -72,7 +72,7 @@
 /* Define to 1 if you have the <CrashReporterClient.h> 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 <ctype.h> header file. */