Commit 0285ffd5 authored by Stefan Eissing's avatar Stefan Eissing
Browse files

disable any openssl use until configure fix is backported, linking gets messed...

disable any openssl use until configure fix is backported, linking gets messed up when multiple places have openssl

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1727505 13f79535-47bb-0310-9956-ffa450edef68
parent b590b722
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -183,7 +183,7 @@ 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
        APR_ADDTO(MOD_CPPFLAGS, ["-DH2_OPENSSL"])
#        APR_ADDTO(MOD_CPPFLAGS, ["-DH2_OPENSSL"])
#    fi

    APACHE_CHECK_NGHTTP2