From 061c0ee1d899fa3da0b8c8e17e3f5f51a82c4864 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 (cherry picked from commit 8189c881e5ebaa13f5f14d9345335d656bd34e43) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 060ef6000c..e9922021ed 100644 --- a/configure.ac +++ b/configure.ac @@ -354,7 +354,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