GUAC-654: Telnet support does not require libssl.
This commit is contained in:
parent
feda99c325
commit
ffb33ccea5
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user