From: Wouter Wijngaards Date: Wed, 8 Feb 2012 13:10:32 +0000 (+0000) Subject: grammatical fix in error message. X-Git-Tag: release-1.6.13rc1~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa2bed478ced056a0d0e86dd1ba69fae53d002d0;p=thirdparty%2Fldns.git grammatical fix in error message. --- diff --git a/configure.ac b/configure.ac index ff61e3f0..574d2a83 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ]) # we now know we have ECDSA and the required curves.