mirror of
https://github.com/vim/vim.git
synced 2025-10-08 06:04:08 -04:00
patch 8.1.0763: nobody is using the Sun Workshop support
Problem: Nobody is using the Sun Workshop support. Solution: Remove the Workshop support.
This commit is contained in:
27
src/auto/configure
vendored
27
src/auto/configure
vendored
@@ -661,8 +661,6 @@ CHANNEL_OBJ
|
||||
CHANNEL_SRC
|
||||
NETBEANS_OBJ
|
||||
NETBEANS_SRC
|
||||
WORKSHOP_OBJ
|
||||
WORKSHOP_SRC
|
||||
RUBY_LIBS
|
||||
RUBY_CFLAGS
|
||||
RUBY_PRO
|
||||
@@ -812,7 +810,6 @@ with_tclsh
|
||||
enable_rubyinterp
|
||||
with_ruby_command
|
||||
enable_cscope
|
||||
enable_workshop
|
||||
enable_netbeans
|
||||
enable_channel
|
||||
enable_terminal
|
||||
@@ -1494,7 +1491,6 @@ Optional Features:
|
||||
--enable-tclinterp=OPTS Include Tcl interpreter. default=no OPTS=no/yes/dynamic
|
||||
--enable-rubyinterp=OPTS Include Ruby interpreter. default=no OPTS=no/yes/dynamic
|
||||
--enable-cscope Include cscope interface.
|
||||
--enable-workshop Include Sun Visual Workshop support.
|
||||
--disable-netbeans Disable NetBeans integration support.
|
||||
--disable-channel Disable process communication support.
|
||||
--enable-terminal Enable terminal emulation support.
|
||||
@@ -7665,29 +7661,6 @@ if test "$enable_cscope" = "yes"; then
|
||||
|
||||
fi
|
||||
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking --enable-workshop argument" >&5
|
||||
$as_echo_n "checking --enable-workshop argument... " >&6; }
|
||||
# Check whether --enable-workshop was given.
|
||||
if test "${enable_workshop+set}" = set; then :
|
||||
enableval=$enable_workshop;
|
||||
else
|
||||
enable_workshop="no"
|
||||
fi
|
||||
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_workshop" >&5
|
||||
$as_echo "$enable_workshop" >&6; }
|
||||
if test "$enable_workshop" = "yes"; then
|
||||
$as_echo "#define FEAT_SUN_WORKSHOP 1" >>confdefs.h
|
||||
|
||||
WORKSHOP_SRC="workshop.c integration.c"
|
||||
|
||||
WORKSHOP_OBJ="objects/workshop.o objects/integration.o"
|
||||
|
||||
if test "${enable_gui-xxx}" = xxx; then
|
||||
enable_gui=motif
|
||||
fi
|
||||
fi
|
||||
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking --disable-netbeans argument" >&5
|
||||
$as_echo_n "checking --disable-netbeans argument... " >&6; }
|
||||
# Check whether --enable-netbeans was given.
|
||||
|
Reference in New Issue
Block a user