GUAC-654: Telnet library options variable should be TELNET_LIBS.

This commit is contained in:
Michael Jumper 2014-05-07 15:36:35 -07:00
parent 4a7e5609f5
commit feda99c325

View File

@ -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"],