You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Michael <ai...@felt.demon.nl> on 2017/09/21 11:55:58 UTC

configure option --enable-option-checking warns about things it does know (httpd-2.2.X)

Just thought I would mention option-checking in httpd-2.2.X is borked.

Fortunately, it just warns :)

A small subset of the warnings:

configure: WARNING: unrecognized options: --with-z, --enable-layout, 
--with-apr, --with-apr-util, --with-mpm, --enable-ssl, --enable-proxy, 
--enable-mods-shared

Regards,

Michael

p.s. I have not been following the maillist for quite a while - so if 
this is already known, please ignore.



Re: configure option --enable-option-checking warns about things it does know (httpd-2.2.X)

Posted by William A Rowe Jr <wr...@rowe-clan.net>.
Thanks for the report Michael.

The 2.2.x series is now retired and end-of-life.

The warnings are no-ops... they are inherited to child ./configure bits so
the basic httpd-2.x/configure may holler about options only applicable to
the bundled packages, and the bundled packages may holler about options
only applicable to httpd.

We have unbundled the dependencies from httpd 2.4, apr and apr-util 1.6,
so expat -> pcre -> zlib -> apr -> apr-util -> httpd must be build
independently,
and this side-effect of passing around unrecognized configure flags is moot.

Bill

On Thu, Sep 21, 2017 at 6:55 AM, Michael <ai...@felt.demon.nl> wrote:
> Just thought I would mention option-checking in httpd-2.2.X is borked.
>
> Fortunately, it just warns :)
>
> A small subset of the warnings:
>
> configure: WARNING: unrecognized options: --with-z, --enable-layout,
> --with-apr, --with-apr-util, --with-mpm, --enable-ssl, --enable-proxy,
> --enable-mods-shared
>
> Regards,
>
> Michael
>
> p.s. I have not been following the maillist for quite a while - so if this
> is already known, please ignore.
>
>