]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
corrects syntax error in test statement on existance of libcrypto_ecdsa 5335/head
authorShin Sterneck <shin@sterneck.asia>
Tue, 23 May 2017 00:12:26 +0000 (09:12 +0900)
committerShin Sterneck <shin@sterneck.asia>
Tue, 23 May 2017 00:12:26 +0000 (09:12 +0900)
configure.ac

index 2151103eba74f3e2b1f4a87e4e15d1e7cb8de019..5d228ed3918cbb09836db758a146cc89e8345b61 100644 (file)
@@ -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])]
 )