GUAC-654: Telnet library options variable should be TELNET_LIBS.
This commit is contained in:
parent
4a7e5609f5
commit
feda99c325
@ -614,7 +614,7 @@ AM_CONDITIONAL([ENABLE_SSH_AGENT],
|
|||||||
#
|
#
|
||||||
|
|
||||||
have_libtelnet=yes
|
have_libtelnet=yes
|
||||||
SSH_LIBS=
|
TELNET_LIBS=
|
||||||
|
|
||||||
AC_CHECK_LIB([telnet], [telnet_init],
|
AC_CHECK_LIB([telnet], [telnet_init],
|
||||||
[TELNET_LIBS="$TELNET_LIBS -ltelnet"],
|
[TELNET_LIBS="$TELNET_LIBS -ltelnet"],
|
||||||
|
Loading…
Reference in New Issue
Block a user