Bug 18649 - --enable-layout broken in 2.0.45
Summary: --enable-layout broken in 2.0.45
Status: CLOSED FIXED
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: Build (show other bugs)
Version: 2.0.45
Hardware: All Linux
: P1 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-03 10:33 UTC by Dan Harkless
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Harkless 2003-04-03 10:33:10 UTC
In 2.0.45, --enable-layout no longer works.  The argument you give gets 
incorrectly looked up in the ./srclib/apr/config.layout file rather than just 
the ./config.layout file, and configure fails.  Same problem would likely occur 
with ./srclib/apr-util/config.layout as well, if it were able to get that far.
Comment 1 Jeff Trawick 2003-04-03 11:55:53 UTC
A fix for this has been committed to 2.1-dev and will be suggested for merging
into 2.0.46-dev.

Here is the fix:

http://cvs.apache.org/viewcvs.cgi/httpd-2.0/configure.in.diff?r1=1.246&r2=1.247

Thanks for your report, and I'm sorry that this was broken in 2.0.45.  The
regression was discovered at the last minute, and due to the high severity of
some of the issues resolved by 2.0.45 it was felt that it was best to get 2.0.45
out the door.
Comment 2 Jeff Trawick 2003-04-17 03:00:14 UTC
this has now been merged into 2.0.46-dev.