diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-05-30 18:14:57 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-05-30 18:14:57 +0200 |
commit | 041c7107f23d3b49ab62c1d7e36af90421db8b63 (patch) | |
tree | f21e0e6114da8949c9d91f727d8df2e0754ce064 /src/configure.ac | |
parent | 06b7b58455f9c09be3d1c36d174ffbfdf4efcd79 (diff) | |
download | vim-git-041c7107f23d3b49ab62c1d7e36af90421db8b63.tar.gz |
patch 8.2.0849: BeOS code is not maintained and probably unusedv8.2.0849
Problem: BeOS code is not maintained and probably unused.
Solution: Remove the BeOS code. (Emir Sari, closes #5817)
Diffstat (limited to 'src/configure.ac')
-rw-r--r-- | src/configure.ac | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/configure.ac b/src/configure.ac index 8751b2e63..67851802b 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -146,14 +146,6 @@ fi OS_EXTRA_SRC=""; OS_EXTRA_OBJ="" -dnl Check for BeOS, which needs an extra source file -AC_MSG_CHECKING(for BeOS) -case `uname` in - BeOS) OS_EXTRA_SRC=os_beos.c; OS_EXTRA_OBJ=objects/os_beos.o - BEOS=yes; AC_MSG_RESULT(yes);; - *) BEOS=no; AC_MSG_RESULT(no);; -esac - AC_MSG_CHECKING(for Haiku) case `uname` in Haiku) HAIKU=yes; AC_MSG_RESULT(yes);; |