Spelling is hard

This commit is contained in:
Brian West 2014-02-28 18:37:17 -06:00
parent 719850e508
commit f2331de68b
1 changed files with 1 additions and 1 deletions

View File

@ -1038,7 +1038,7 @@ if test x$HAVE_OPENSSL = x1; then
AC_CHECK_LIB(ssl, SSL_CTX_set_tlsext_use_srtp, AC_DEFINE_UNQUOTED(HAVE_OPENSSL_DTLS_SRTP, 1, HAVE_OPENSSL_DTLS_SRTP), AC_MSG_ERROR([OpenSSL >= 1.0.1e and associaed developement headers required]))
AC_CHECK_LIB(ssl, DTLSv1_method, AC_DEFINE_UNQUOTED(HAVE_OPENSSL_DTLS, 1, HAVE_OPENSSL_DTLS), AC_MSG_ERROR([OpenSSL >= 1.0.1e and associaed developement headers required]))
else
AC_MSG_ERROR([OpenSSL >= 1.0.1e and associaed developement headers required])
AC_MSG_ERROR([OpenSSL >= 1.0.1e and associated developement headers required])
fi
AX_CHECK_JAVA