From feda99c325e1ebf36dcea5e702abd86a8dc5e892 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Wed, 7 May 2014 15:36:35 -0700 Subject: [PATCH] GUAC-654: Telnet library options variable should be TELNET_LIBS. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ccdd0f90..fa295350 100644 --- a/configure.ac +++ b/configure.ac @@ -614,7 +614,7 @@ AM_CONDITIONAL([ENABLE_SSH_AGENT], # have_libtelnet=yes -SSH_LIBS= +TELNET_LIBS= AC_CHECK_LIB([telnet], [telnet_init], [TELNET_LIBS="$TELNET_LIBS -ltelnet"],