diff options
| author | Seth Jackson <sethjackson@gmail.com> | 2016-01-15 17:05:43 -0500 |
|---|---|---|
| committer | Michael Reed <m.reed@mykolab.com> | 2016-01-16 18:34:31 -0500 |
| commit | a7ade5c832dc5081afbc3f6bd21657491b27863a (patch) | |
| tree | ddcdb7f2fa305203833f42ed1be7781b677b4889 /config | |
| parent | 0735b05c8296f4b73926fc7024f76d37241f390c (diff) | |
| download | rneovim-a7ade5c832dc5081afbc3f6bd21657491b27863a.tar.gz rneovim-a7ade5c832dc5081afbc3f6bd21657491b27863a.tar.bz2 rneovim-a7ade5c832dc5081afbc3f6bd21657491b27863a.zip | |
misc: UNIX => Unix #4022
Although UNIX is a registered trademark of The Open Group, it doesn't
really matter whether we refer to these systems as UNIX, Unix, or
Unix-like. So, for consistency, refer to them collectively as Unix.
Related:
http://www.greens.org/about/unix.html
http://www.unixica.com/html/unixunix.html
Diffstat (limited to 'config')
| -rw-r--r-- | config/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/CMakeLists.txt b/config/CMakeLists.txt index 48ecc9cc33..1dcf7e4686 100644 --- a/config/CMakeLists.txt +++ b/config/CMakeLists.txt @@ -24,7 +24,7 @@ check_include_files(strings.h HAVE_STRINGS_H) check_include_files(sys/wait.h HAVE_SYS_WAIT_H) if(NOT HAVE_SYS_WAIT_H AND UNIX) # See if_cscope.c - message(SEND_ERROR "header sys/wait.h is required for UNIX") + message(SEND_ERROR "header sys/wait.h is required for Unix") endif() check_include_files(sys/utsname.h HAVE_SYS_UTSNAME_H) check_include_files(utime.h HAVE_UTIME_H) |