Introduce and use SWIFT_HAVE_LIBEDIT

This commit is contained in:
Hugh Bellamy
2016-12-22 17:56:02 +00:00
parent 2fffbb1365
commit 76a6f87890
5 changed files with 12 additions and 7 deletions

View File

@@ -1,7 +1,3 @@
include(CheckSymbolExists)
check_symbol_exists(el_wgets "histedit.h" HAVE_UNICODE_LIBEDIT)
configure_file(Config.h.in ${CMAKE_CURRENT_BINARY_DIR}/Config.h
ESCAPE_QUOTES @ONLY)