GUAC-654: Telnet support does not require libssl.

This commit is contained in:
Michael Jumper 2014-05-07 15:39:00 -07:00
parent feda99c325
commit ffb33ccea5

View File

@ -620,8 +620,7 @@ AC_CHECK_LIB([telnet], [telnet_init],
[TELNET_LIBS="$TELNET_LIBS -ltelnet"],
[have_libtelnet=no])
AM_CONDITIONAL([ENABLE_TELNET], [test "x${have_libtelnet}" = "xyes" \
-a "x${have_terminal}" = "xyes" \
-a "x${have_ssl}" = "xyes"])
-a "x${have_terminal}" = "xyes"])
AC_SUBST(TELNET_LIBS)