Explorar o código

Fix openssl build

Tatsuhiro Tsujikawa %!s(int64=12) %!d(string=hai) anos
pai
achega
e6d75020ea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -270,7 +270,7 @@ else
       AC_DEFINE([USE_LIBGCRYPT_MD], [1], [What message digest implementation to use])
       use_md="libgcrypt"
     else
-      if test = "x$have_openssl" = "xyes"; then
+      if test "x$have_openssl" = "xyes"; then
         AC_DEFINE([USE_OPENSSL_MD], [1], [What message digest implementation to use])
         use_md="openssl"
       fi