comparison src/auto/configure @ 20591:4411c2b96af9 v8.2.0849

patch 8.2.0849: BeOS code is not maintained and probably unused Commit: https://github.com/vim/vim/commit/041c7107f23d3b49ab62c1d7e36af90421db8b63 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 30 18:14:57 2020 +0200 patch 8.2.0849: BeOS code is not maintained and probably unused Problem: BeOS code is not maintained and probably unused. Solution: Remove the BeOS code. (Emir Sari, closes https://github.com/vim/vim/issues/5817)
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 May 2020 18:30:04 +0200
parents 05b4efb062a7
children 5ddd4df27068
comparison
equal deleted inserted replaced
20590:a76cdc4bf606 20591:4411c2b96af9
4531 sh ./toolcheck 1>&6 4531 sh ./toolcheck 1>&6
4532 fi 4532 fi
4533 4533
4534 OS_EXTRA_SRC=""; OS_EXTRA_OBJ="" 4534 OS_EXTRA_SRC=""; OS_EXTRA_OBJ=""
4535 4535
4536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BeOS" >&5
4537 $as_echo_n "checking for BeOS... " >&6; }
4538 case `uname` in
4539 BeOS) OS_EXTRA_SRC=os_beos.c; OS_EXTRA_OBJ=objects/os_beos.o
4540 BEOS=yes; { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4541 $as_echo "yes" >&6; };;
4542 *) BEOS=no; { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4543 $as_echo "no" >&6; };;
4544 esac
4545
4546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Haiku" >&5 4536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Haiku" >&5
4547 $as_echo_n "checking for Haiku... " >&6; } 4537 $as_echo_n "checking for Haiku... " >&6; }
4548 case `uname` in 4538 case `uname` in
4549 Haiku) HAIKU=yes; { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 4539 Haiku) HAIKU=yes; { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4550 $as_echo "yes" >&6; };; 4540 $as_echo "yes" >&6; };;