summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-06-28 18:25:51 +0000
committerEric Christopher <echristo@apple.com>2010-06-28 18:25:51 +0000
commit4411fbe25e9625ca4dd7c94aebc7ffd70b0e5beb (patch)
treefcfd6d300bb12adef3fa32e364c7213225364ecf /autoconf
parent4a1cad673c5bf0812099c6c8f551fe6af967c2b3 (diff)
downloadllvm-4411fbe25e9625ca4dd7c94aebc7ffd70b0e5beb.tar.gz
llvm-4411fbe25e9625ca4dd7c94aebc7ffd70b0e5beb.tar.bz2
llvm-4411fbe25e9625ca4dd7c94aebc7ffd70b0e5beb.tar.xz
Pull in the libCrashReporterClient.a information with a warning comment.
Remove library check and regenerate configure. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107028 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 9977f3f53a..be320cf398 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -1248,10 +1248,6 @@ AC_ARG_WITH(oprofile,
AC_DEFINE_UNQUOTED([USE_OPROFILE],$USE_OPROFILE,
[Define if we have the oprofile JIT-support library])
-dnl gCRAnnotations isn't the function we care about, but it's the only
-dnl thing exported.
-AC_CHECK_LIB(CrashReporterClient, gCRAnnotations)
-
dnl===-----------------------------------------------------------------------===
dnl===
dnl=== SECTION 6: Check for header files