From: Ben Laurie Date: Fri, 6 Jul 2012 15:23:21 +0000 (+0000) Subject: Spelling :-) X-Git-Tag: 2.2.23~140 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a58a2e0d2359e6d321e77767658647ac8029f5f1;p=thirdparty%2Fapache%2Fhttpd.git Spelling :-) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1358260 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/acinclude.m4 b/acinclude.m4 index 29b7bee1890..c750b82e67d 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -371,7 +371,7 @@ if test "x$ap_ssltk_configured" = "x"; then fi if test "x$ap_ssltk_type" = "x"; then AC_MSG_CHECKING([for OpenSSL version]) - dnl First check for manditory headers + dnl First check for mandatory headers AC_CHECK_HEADERS([openssl/opensslv.h openssl/ssl.h], [ap_ssltk_type="openssl"], []) if test "$ap_ssltk_type" = "openssl"; then dnl so it's OpenSSL - test for a good version