summaryrefslogtreecommitdiffstats
path: root/src/auto
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-05-30 18:14:57 +0200
committerBram Moolenaar <Bram@vim.org>2020-05-30 18:14:57 +0200
commit041c7107f23d3b49ab62c1d7e36af90421db8b63 (patch)
treef21e0e6114da8949c9d91f727d8df2e0754ce064 /src/auto
parent06b7b58455f9c09be3d1c36d174ffbfdf4efcd79 (diff)
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/auto')
-rwxr-xr-xsrc/auto/configure10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/auto/configure b/src/auto/configure
index 659ef82c91..516e45ceea 100755
--- a/src/auto/configure
+++ b/src/auto/configure
@@ -4533,16 +4533,6 @@ fi
OS_EXTRA_SRC=""; OS_EXTRA_OBJ=""
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BeOS" >&5
-$as_echo_n "checking for BeOS... " >&6; }
-case `uname` in
- BeOS) OS_EXTRA_SRC=os_beos.c; OS_EXTRA_OBJ=objects/os_beos.o
- BEOS=yes; { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; };;
- *) BEOS=no; { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; };;
-esac
-
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Haiku" >&5
$as_echo_n "checking for Haiku... " >&6; }
case `uname` in