Bug 44817

Summary: httpd fails to build with libtool-2.2.*
Product: Apache httpd-2 Reporter: Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA>
Component: BuildAssignee: Apache HTTPD Bugs Mailing List <bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 2.5-HEAD   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Attachments: httpd-libtool-2.2.patch

Description Arfrever Frehtes Taifersar Arahesis 2008-04-13 14:09:59 UTC
Created attachment 21819 [details]
httpd-libtool-2.2.patch

httpd fails to build with libtool-2.2.*.
configure.in contains some code which is now run only for libtool 1.4.* and 1.5.*, but should be run also for newer libtool.
Comment 1 Arfrever Frehtes Taifersar Arahesis 2008-05-17 06:46:25 UTC
Fixed in r657354.
Comment 2 Arfrever Frehtes Taifersar Arahesis 2008-05-24 17:58:16 UTC
(In reply to comment #1)
> Fixed in r657354.

Follow-up in r657459.
Comment 3 Arfrever Frehtes Taifersar Arahesis 2008-11-30 08:49:51 UTC
Fixes were backported to the 2.2.x branch in r721832.