forked from aniani/vim
updated for version 7.0-123
This commit is contained in:
6
src/auto/configure
vendored
6
src/auto/configure
vendored
@@ -4256,7 +4256,7 @@ fi
|
|||||||
echo $ECHO_N "checking if -pthread should be used... $ECHO_C" >&6
|
echo $ECHO_N "checking if -pthread should be used... $ECHO_C" >&6
|
||||||
threadsafe_flag=
|
threadsafe_flag=
|
||||||
thread_lib=
|
thread_lib=
|
||||||
if test "x$MACOSX" != "xyes"; then
|
if test "`(uname) 2>/dev/null`" != Darwin; then
|
||||||
test "$GCC" = yes && threadsafe_flag="-pthread"
|
test "$GCC" = yes && threadsafe_flag="-pthread"
|
||||||
if test "`(uname) 2>/dev/null`" = FreeBSD; then
|
if test "`(uname) 2>/dev/null`" = FreeBSD; then
|
||||||
threadsafe_flag="-D_THREAD_SAFE"
|
threadsafe_flag="-D_THREAD_SAFE"
|
||||||
@@ -11555,8 +11555,8 @@ rm -f conftest.err conftest.$ac_objext \
|
|||||||
else
|
else
|
||||||
echo "$as_me:$LINENO: result: empty: automatic terminal library selection" >&5
|
echo "$as_me:$LINENO: result: empty: automatic terminal library selection" >&5
|
||||||
echo "${ECHO_T}empty: automatic terminal library selection" >&6
|
echo "${ECHO_T}empty: automatic terminal library selection" >&6
|
||||||
case "`uname -s 2>/dev/null`" in
|
case "`uname -s 2>/dev/null`" in
|
||||||
OSF1) tlibs="ncurses curses termlib termcap";;
|
OSF1|SCO_SV) tlibs="ncurses curses termlib termcap";;
|
||||||
*) tlibs="ncurses termlib termcap curses";;
|
*) tlibs="ncurses termlib termcap curses";;
|
||||||
esac
|
esac
|
||||||
for libname in $tlibs; do
|
for libname in $tlibs; do
|
||||||
|
|||||||
@@ -681,7 +681,8 @@ eof
|
|||||||
AC_MSG_CHECKING([if -pthread should be used])
|
AC_MSG_CHECKING([if -pthread should be used])
|
||||||
threadsafe_flag=
|
threadsafe_flag=
|
||||||
thread_lib=
|
thread_lib=
|
||||||
if test "x$MACOSX" != "xyes"; then
|
dnl if test "x$MACOSX" != "xyes"; then
|
||||||
|
if test "`(uname) 2>/dev/null`" != Darwin; then
|
||||||
test "$GCC" = yes && threadsafe_flag="-pthread"
|
test "$GCC" = yes && threadsafe_flag="-pthread"
|
||||||
if test "`(uname) 2>/dev/null`" = FreeBSD; then
|
if test "`(uname) 2>/dev/null`" = FreeBSD; then
|
||||||
threadsafe_flag="-D_THREAD_SAFE"
|
threadsafe_flag="-D_THREAD_SAFE"
|
||||||
@@ -2151,8 +2152,9 @@ else
|
|||||||
dnl Newer versions of ncurses are preferred over anything.
|
dnl Newer versions of ncurses are preferred over anything.
|
||||||
dnl Older versions of ncurses have bugs, get a new one!
|
dnl Older versions of ncurses have bugs, get a new one!
|
||||||
dnl Digital Unix (OSF1) should use curses (Ronald Schild).
|
dnl Digital Unix (OSF1) should use curses (Ronald Schild).
|
||||||
|
dnl On SCO Openserver should prefer termlib (Roger Cornelius).
|
||||||
case "`uname -s 2>/dev/null`" in
|
case "`uname -s 2>/dev/null`" in
|
||||||
OSF1) tlibs="ncurses curses termlib termcap";;
|
OSF1|SCO_SV) tlibs="ncurses curses termlib termcap";;
|
||||||
*) tlibs="ncurses termlib termcap curses";;
|
*) tlibs="ncurses termlib termcap curses";;
|
||||||
esac
|
esac
|
||||||
for libname in $tlibs; do
|
for libname in $tlibs; do
|
||||||
|
|||||||
@@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
123,
|
||||||
/**/
|
/**/
|
||||||
122,
|
122,
|
||||||
/**/
|
/**/
|
||||||
|
|||||||
Reference in New Issue
Block a user