Mercurial > vim
comparison src/configure.in @ 7749:3a1b60f5e89b v7.4.1172
commit https://github.com/vim/vim/commit/16435480f0f41372585b3d305a29b5fda8271fbc
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Jan 24 21:31:54 2016 +0100
patch 7.4.1172
Problem: Configure is overly positive.
Solution: Insert "test".
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 24 Jan 2016 21:45:05 +0100 |
parents | 6069f43cea4e |
children | 0ee0c7729f28 |
comparison
equal
deleted
inserted
replaced
7748:6f4650e5c4cc | 7749:3a1b60f5e89b |
---|---|
1948 , [enable_channel="yes"]) | 1948 , [enable_channel="yes"]) |
1949 if test "$enable_channel" = "yes"; then | 1949 if test "$enable_channel" = "yes"; then |
1950 AC_MSG_RESULT(no) | 1950 AC_MSG_RESULT(no) |
1951 else | 1951 else |
1952 if test "$enable_netbeans" = "yes"; then | 1952 if test "$enable_netbeans" = "yes"; then |
1953 AC_MSG_RESULT(yes, netbeans also disabled) | 1953 AC_MSG_RESULT([yes, netbeans also disabled]) |
1954 enable_netbeans="no" | 1954 enable_netbeans="no" |
1955 else | 1955 else |
1956 AC_MSG_RESULT(yes) | 1956 AC_MSG_RESULT(yes) |
1957 fi | 1957 fi |
1958 fi | 1958 fi |
1959 | 1959 |
1960 if "$enable_channel" = "yes"; then | 1960 if test "$enable_channel" = "yes"; then |
1961 dnl On Solaris we need the socket and nsl library. | 1961 dnl On Solaris we need the socket and nsl library. |
1962 AC_CHECK_LIB(socket, socket) | 1962 AC_CHECK_LIB(socket, socket) |
1963 AC_CHECK_LIB(nsl, gethostbyname) | 1963 AC_CHECK_LIB(nsl, gethostbyname) |
1964 AC_MSG_CHECKING(whether compiling with process communication is possible) | 1964 AC_MSG_CHECKING(whether compiling with process communication is possible) |
1965 AC_TRY_LINK([ | 1965 AC_TRY_LINK([ |