Re: configure message?
"Benjamin Johnson" <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <op.v1r0vju6wkf1rx@boinggloing> |
On Tue, 13 Sep 2011 22:03:43 -0400, Globe Trotter <itsme_410-/[email protected]> wrote: > Here is the relevant portion: there is no libpng14 on fedora, but there > is > mingw32-libpng-1.4.8-1.fc15.noarch which puts libpng14-config strangely > into /usr/i686-pc-mingw32/sys-root/mingw/bin/libpng14-config. The mingw32-libpng package is used for cross-compiling code for Windows. Offhand I'm not sure why it's a different version than your system libpng. > checking for libpng-config... which: no libpng14-config in > (/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin) > /usr/bin/libpng12-config > checking for libpng version... 1.2.46 (newer version) > ..... > > everything else compiles "fine".... The message just means Dillo's checking for libpng 1.4, then falling back on 1.2 if that's not found. Fedora probably ships 1.2.46 for stability, since a lot of applications are still coded for the older version. As long as Dillo's compiling fine, I wouldn't be too worried about it -- that message is purely informational. ~Benjamin