From: Brian West Date: Sat, 1 Mar 2014 00:37:17 +0000 (-0600) Subject: Spelling is hard X-Git-Tag: v1.5.11~184 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2331de68b158f8b9a69d77e6bfafc01b5b4b07f;p=thirdparty%2Ffreeswitch.git Spelling is hard --- diff --git a/configure.in b/configure.in index c0ab45b85e..d6e4a2a42b 100644 --- a/configure.in +++ b/configure.in @@ -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