From 8189c881e5ebaa13f5f14d9345335d656bd34e43 Mon Sep 17 00:00:00 2001 From: Shin Sterneck Date: Tue, 23 May 2017 09:12:26 +0900 Subject: [PATCH] corrects syntax error in test statement on existance of libcrypto_ecdsa --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2151103eba..5d228ed391 100644 --- a/configure.ac +++ b/configure.ac @@ -344,7 +344,7 @@ AC_MSG_NOTICE([----------------]) AC_MSG_NOTICE([Built-in modules: $modules]) AC_MSG_NOTICE([Dynamic modules: $dynmodules]) AC_MSG_NOTICE([]) -AS_IF([test "x$libcrypto_ecdsa" == "xyes"], +AS_IF([test "x$libcrypto_ecdsa" = "xyes"], [AC_MSG_NOTICE([OpenSSL ecdsa: yes])], [AC_MSG_NOTICE([OpenSSL ecdsa: no])] ) -- 2.47.2