diff options
| author | erw7 <erw7.github@gmail.com> | 2019-08-06 12:44:22 +0900 |
|---|---|---|
| committer | erw7 <erw7.github@gmail.com> | 2019-08-06 12:44:22 +0900 |
| commit | d6f15ccc3c7ce04ff79c82dd8ea003f67c82ba94 (patch) | |
| tree | e52b3cf2fafbef6310ff82bb15e78bc90b124190 /config | |
| parent | 067a39ba854cc02a750911ead968a744b2769aac (diff) | |
| download | rneovim-d6f15ccc3c7ce04ff79c82dd8ea003f67c82ba94.tar.gz rneovim-d6f15ccc3c7ce04ff79c82dd8ea003f67c82ba94.tar.bz2 rneovim-d6f15ccc3c7ce04ff79c82dd8ea003f67c82ba94.zip | |
remove DYNAMIC_ICONV
Diffstat (limited to 'config')
| -rw-r--r-- | config/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | config/config.h.in | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/config/CMakeLists.txt b/config/CMakeLists.txt index 82cb4d31ad..0ca41d5dfd 100644 --- a/config/CMakeLists.txt +++ b/config/CMakeLists.txt @@ -20,7 +20,6 @@ endif() check_symbol_exists(_NSGetEnviron crt_externs.h HAVE__NSGETENVIRON) # Headers -check_include_files(iconv.h HAVE_ICONV_H) check_include_files(langinfo.h HAVE_LANGINFO_H) check_include_files(locale.h HAVE_LOCALE_H) check_include_files(pwd.h HAVE_PWD_H) diff --git a/config/config.h.in b/config/config.h.in index 40baff95e8..3216ab7556 100644 --- a/config/config.h.in +++ b/config/config.h.in @@ -22,7 +22,6 @@ #cmakedefine HAVE_GETPWNAM #cmakedefine HAVE_GETPWUID #cmakedefine HAVE_ICONV -#cmakedefine HAVE_ICONV_H #cmakedefine HAVE_LANGINFO_H #cmakedefine HAVE_LOCALE_H #cmakedefine HAVE_NL_LANGINFO_CODESET |