From: Pieter Lexis Date: Mon, 3 Sep 2018 17:01:54 +0000 (+0200) Subject: Fix typo in m4/pdns_check_libcrypto_eddsa.m4 X-Git-Tag: dnsdist-1.3.3~70^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b26c7c9e9d0bc456bba8fb37a239f0f0285170c1;p=thirdparty%2Fpdns.git Fix typo in m4/pdns_check_libcrypto_eddsa.m4 --- diff --git a/m4/pdns_check_libcrypto_eddsa.m4 b/m4/pdns_check_libcrypto_eddsa.m4 index e9f69e47f8..3607fcf04b 100644 --- a/m4/pdns_check_libcrypto_eddsa.m4 +++ b/m4/pdns_check_libcrypto_eddsa.m4 @@ -25,7 +25,7 @@ AC_DEFUN([PDNS_CHECK_LIBCRYPTO_EDDSA], [ [AC_INCLUDES_DEFAULT #include <$ssldir/include/openssl/evp.h>]) - AS_IF([test "$libcrypto_ed448" = "yes" -o "$libcrypto_ed448" = "yes"], [ + AS_IF([test "$libcrypto_ed25519" = "yes" -o "$libcrypto_ed448" = "yes"], [ AC_DEFINE([HAVE_LIBCRYPTO_EDDSA], [1], [define to 1 if OpenSSL EDDSA support is available.]) ], [ : ])