changeset 1195:8a5e9a97bd7a

Merge pull request #15 from annulen/fix_cli_remotetcpfwd Fixed build when ENABLE_CLI_REMOTETCPFWD is the only allowed TCP forw…
author Matt Johnston <matt@ucc.asn.au>
date Mon, 30 Nov 2015 21:13:03 +0800
parents da1ed4fcdc4a (diff) 089b8e91472b (current diff)
children a29559086628 86a9e0204c03 978887222d29 fb58cf341951
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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