Opened 15 years ago

Closed 15 years ago

#3010 closed defect (fixed)

Test on libpng header failed with experimental-png enabled in the configure script

Reported by: nsavard Owned by: dmorissette
Priority: normal Milestone: 5.4.1 release
Component: Build Problems Version: 5.4
Severity: normal Keywords: configure.in, path, experimental-png
Cc: dmorissette

Description

When experimental-png is enabled an AC_CHECK_HEADER test on libpng header is performed and failed because png.h includes zlib.h. The latter if not installed in the system path is not found (as in fgs). I added a patch made by Daniel.

Attachments (2)

ticket3010.patch (606 bytes ) - added by nsavard 15 years ago.
patch to configure.in
ticket3010.2.patch (640 bytes ) - added by nsavard 15 years ago.
New patch for configure.in

Download all attachments as: .zip

Change History (5)

by nsavard, 15 years ago

Attachment: ticket3010.patch added

patch to configure.in

comment:1 by dmorissette, 15 years ago

Milestone: 5.4.1 release
Resolution: fixed
Status: newclosed

Fixed in SVN trunk r9006 and branch-5-4 r9007 (future 5.4.1).

comment:2 by nsavard, 15 years ago

Resolution: fixed
Status: closedreopened

Missing line in patch. I'll attach a new patch.

by nsavard, 15 years ago

Attachment: ticket3010.2.patch added

New patch for configure.in

comment:3 by dmorissette, 15 years ago

Resolution: fixed
Status: reopenedclosed

Fix for the patch committed in trunk r9012 and branch-5-4 r9013.

Note: See TracTickets for help on using tickets.