lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 17.09-beta 8 lines 392 B view raw
1diff -Naur clang-3.4-orig/tools/extra/CMakeLists.txt clang-3.4/tools/extra/CMakeLists.txt 2--- clang-3.4-orig/tools/extra/CMakeLists.txt 2013-11-07 19:08:23.000000000 -0500 3+++ clang-3.4/tools/extra/CMakeLists.txt 2014-01-20 11:47:22.678435223 -0500 4@@ -1,3 +1,4 @@ 5+include(CheckLibraryExists) 6 check_library_exists(edit el_init "" HAVE_LIBEDIT) 7 8 add_subdirectory(clang-apply-replacements)