From: Oscar Fuentes Date: Tue, 18 Nov 2008 21:12:01 +0000 (+0000) Subject: CMake: Remove HAVE_LT_DLOPEN from config.h.cmake because it was X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=56608780c3c7738c34ccc4e487868822f9201367;p=oota-llvm.git CMake: Remove HAVE_LT_DLOPEN from config.h.cmake because it was removed from config.h.in. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59546 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Config/config.h.cmake b/include/llvm/Config/config.h.cmake index e5f908ae08d..d5e286b7dc9 100644 --- a/include/llvm/Config/config.h.cmake +++ b/include/llvm/Config/config.h.cmake @@ -212,9 +212,6 @@ /* Define to 1 if you have the `longjmp' function. */ #undef HAVE_LONGJMP -/* Define if lt_dlopen() is available on this platform */ -#undef HAVE_LT_DLOPEN - /* Define to 1 if you have the header file. */ #undef HAVE_MACH_MACH_H