mirror of
https://github.com/tmux/tmux.git
synced 2025-01-07 16:28:48 +00:00
Extra result message.
This commit is contained in:
parent
4148417a2a
commit
63f4a3c4e5
@ -367,7 +367,6 @@ AC_TRY_LINK(
|
|||||||
AC_MSG_RESULT($found_b64_ntop)
|
AC_MSG_RESULT($found_b64_ntop)
|
||||||
OLD_LIBS="$LIBS"
|
OLD_LIBS="$LIBS"
|
||||||
if test "x$found_b64_ntop" = xno; then
|
if test "x$found_b64_ntop" = xno; then
|
||||||
AC_MSG_RESULT(no)
|
|
||||||
AC_MSG_CHECKING(for b64_ntop with -lresolv)
|
AC_MSG_CHECKING(for b64_ntop with -lresolv)
|
||||||
LIBS="$OLD_LIBS -lresolv"
|
LIBS="$OLD_LIBS -lresolv"
|
||||||
AC_TRY_LINK(
|
AC_TRY_LINK(
|
||||||
|
Loading…
Reference in New Issue
Block a user