]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
corrects syntax error in test statement on existance of libcrypto_ecdsa 5345/head
authorShin Sterneck <shin@sterneck.asia>
Tue, 23 May 2017 00:12:26 +0000 (09:12 +0900)
committerShin Sterneck <shin@sterneck.asia>
Fri, 26 May 2017 18:19:25 +0000 (03:19 +0900)
(cherry picked from commit 8189c881e5ebaa13f5f14d9345335d656bd34e43)

configure.ac

index 060ef6000c827dbf1726ebe21492bf86ef05281d..e9922021edcd4218c0c39048bd253934d164e792 100644 (file)
@@ -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])]
 )