]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
grammatical fix in error message.
authorWouter Wijngaards <wouter@NLnetLabs.nl>
Wed, 8 Feb 2012 13:10:32 +0000 (13:10 +0000)
committerWouter Wijngaards <wouter@NLnetLabs.nl>
Wed, 8 Feb 2012 13:10:32 +0000 (13:10 +0000)
configure.ac

index ff61e3f020c578f0a5061fa1dab57b7ced3581dc..574d2a83bf0dfb0526098594f587431456ed4484 100644 (file)
@@ -305,7 +305,7 @@ case "$enable_ecdsa" in
       fi
       AC_CHECK_FUNC(ECDSA_sign, [], [AC_MSG_ERROR([OpenSSL does not support ECDSA])])
       AC_CHECK_FUNC(SHA384_Init, [], [AC_MSG_ERROR([OpenSSL does not support SHA384])])
-      AC_CHECK_DECLS([NID_X9_62_prime256v1, NID_secp384r1], [], [AC_MSG_ERROR([OpenSSL does not support the ECDSA curve])], [AC_INCLUDES_DEFAULT
+      AC_CHECK_DECLS([NID_X9_62_prime256v1, NID_secp384r1], [], [AC_MSG_ERROR([OpenSSL does not support the ECDSA curves])], [AC_INCLUDES_DEFAULT
 #include <openssl/evp.h>
       ])
       # we now know we have ECDSA and the required curves.