diff options
author | Gregg Lewis Smith <gsmith@apache.org> | 2015-08-21 21:47:27 +0200 |
---|---|---|
committer | Gregg Lewis Smith <gsmith@apache.org> | 2015-08-21 21:47:27 +0200 |
commit | 455d46209c9383fb7ba175aebf5a43170d7b19da (patch) | |
tree | 7e19729b0607ffaeffd3d0c18b67d515d3c5e226 /build/NWGNUenvironment.inc | |
parent | mod_substitute: follow up r1697013. (diff) | |
download | apache2-455d46209c9383fb7ba175aebf5a43170d7b19da.tar.xz apache2-455d46209c9383fb7ba175aebf5a43170d7b19da.zip |
NetWare build bits for mod_h2
Submitted by normw gknw net
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1697051 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/NWGNUenvironment.inc')
-rw-r--r-- | build/NWGNUenvironment.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc index 52295608fd..0e510c0b85 100644 --- a/build/NWGNUenvironment.inc +++ b/build/NWGNUenvironment.inc @@ -49,6 +49,12 @@ ifneq "$(wildcard $(LDAPSDK)/inc/ldap.h)" "$(LDAPSDK)/inc/ldap.h" $(error LDAPSDK does not point to a valid Novell CLDAP SDK) endif +ifdef WITH_HTTP2 +ifneq "$(wildcard $(NGH2SRC)/lib/nghttp2_hd.h)" "$(NGH2SRC)/lib/nghttp2_hd.h" +$(error NGH2SRC does not point to a valid NGHTTP2 source tree) +endif +endif + ifndef PCRESRC PCRESRC = $(AP_WORK)/srclib/pcre endif |