Get rid of wchar_t for good

This commit is contained in:
2014-10-16 01:50:20 +02:00
parent b8dc6bb3cc
commit da3a4842f1
3 changed files with 53 additions and 63 deletions

View File

@@ -44,8 +44,6 @@ include_directories (${ZLIB_INCLUDE_DIRS}
# Configuration
include (CheckFunctionExists)
CHECK_FUNCTION_EXISTS ("wcwidth" HAVE_WCWIDTH)
set (CMAKE_REQUIRED_LIBRARIES ${dependencies_LIBRARIES})
CHECK_FUNCTION_EXISTS ("resize_term" HAVE_RESIZE_TERM)