]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
no check for openssl until fix from trunk is backported
authorStefan Eissing <icing@apache.org>
Mon, 18 Jan 2016 19:33:27 +0000 (19:33 +0000)
committerStefan Eissing <icing@apache.org>
Mon, 18 Jan 2016 19:33:27 +0000 (19:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1725326 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/config.m4

index f0cfb608871a7e36ee93ca8f98fef4a9e8112fc2..aee4e16e272229ce5286dc25f656dcdc42aeb6c4 100644 (file)
@@ -181,10 +181,10 @@ APACHE_MODULE(http2, [HTTP/2 protocol handling in addition to HTTP protocol
 handling. Implemented by mod_http2. This module requires a libnghttp2 installation. 
 See --with-nghttp2 on how to manage non-standard locations. This module
 is usually linked shared and requires loading. ], $http2_objs, , most, [
-    APACHE_CHECK_OPENSSL
-    if test "$ac_cv_openssl" = "yes" ; then
+#    APACHE_CHECK_OPENSSL
+#    if test "$ac_cv_openssl" = "yes" ; then
         APR_ADDTO(MOD_CPPFLAGS, ["-DH2_OPENSSL"])
-    fi
+#    fi
 
     APACHE_CHECK_NGHTTP2
     if test "$ac_cv_nghttp2" = "yes" ; then