# HG changeset patch
# User Matt Johnston <matt@ucc.asn.au>
# Date 1448889183 -28800
# Node ID 8a5e9a97bd7aa1ef7f80c72e030c91bac827be6c
# Parent  da1ed4fcdc4a4d7d38044c15f76800d725291fca# Parent  089b8e91472b2146d630bdc8aa77734670e34e58
Merge pull request #15 from annulen/fix_cli_remotetcpfwd

Fixed build when ENABLE_CLI_REMOTETCPFWD is the only allowed TCP forw…

diff -r 089b8e91472b -r 8a5e9a97bd7a configure.ac
--- a/configure.ac	Fri Nov 27 21:40:00 2015 +0300
+++ b/configure.ac	Mon Nov 30 21:13:03 2015 +0800
@@ -92,7 +92,7 @@
 	found_crypt_func=here
 	])
 AC_SUBST(CRYPTLIB)	
-if test "t$found_crypt_func" == there; then
+if test "t$found_crypt_func" = there; then
 AC_DEFINE(HAVE_CRYPT, 1, [crypt() function])
 fi