Re: Broken 2.4 ./configure

2015-12-04 Thread William A Rowe Jr
On Wed, Dec 2, 2015 at 5:24 PM, Stefan Eissing wrote: > I put it on my TODO for friday, maybe I can conf/ifdef around it without > too much pain. > > Am 02.12.2015 um 23:16 schrieb William A Rowe Jr : > > On Wed, Dec 2, 2015 at 3:06 PM, Reindl

Re: Broken 2.4 ./configure

2015-12-04 Thread Stefan Eissing
mod_http2 in /trunk now checks for a minimum nghttp2 version of 1.2.1 and #ifdefs code accordingly. Will backport to 2.4.x later together with other changes. > Am 04.12.2015 um 09:19 schrieb William A Rowe Jr : > > On Wed, Dec 2, 2015 at 5:24 PM, Stefan Eissing

Broken 2.4 ./configure

2015-12-02 Thread William A Rowe Jr
It seems nghttp2 1.2.1 is no longer supported? If we are missing an #include, let's fix, and if we want to drop support, that's fine too, but ./configure needs to reject the invalid version of nghttp2. This is the version shipping on FC22... nghttp2.x86_64 1.2.1-1.fc22

Re: Broken 2.4 ./configure

2015-12-02 Thread Reindl Harald
Am 02.12.2015 um 21:53 schrieb William A Rowe Jr: It seems nghttp2 1.2.1 is no longer supported? If we are missing an #include, let's fix, and if we want to drop support, that's fine too, but ./configure needs to reject the invalid version of nghttp2. This is the version shipping on FC22...

Re: Broken 2.4 ./configure

2015-12-02 Thread William A Rowe Jr
On Wed, Dec 2, 2015 at 3:06 PM, Reindl Harald wrote: > > Am 02.12.2015 um 21:53 schrieb William A Rowe Jr: > >> It seems nghttp2 1.2.1 is no longer supported? If we are missing an >> #include, let's fix, and if we want to drop support, that's fine too, but >> ./configure

Re: Broken 2.4 ./configure

2015-12-02 Thread William A Rowe Jr
On Dec 2, 2015 17:25, "Stefan Eissing" wrote: > > I put it on my TODO for friday, maybe I can conf/ifdef around it without too much pain. If we lose functionality between nghttp2 1.x (bare minimum) and 1.y (optimal, supports all mod_http2 functionality), we might

Re: Broken 2.4 ./configure

2015-12-02 Thread Stefan Eissing
I put it on my TODO for friday, maybe I can conf/ifdef around it without too much pain. > Am 02.12.2015 um 23:16 schrieb William A Rowe Jr : > >> On Wed, Dec 2, 2015 at 3:06 PM, Reindl Harald wrote: >> >>> Am 02.12.2015 um 21:53 schrieb William A