Re: building with libpng...

[email protected] (Chris Barker - NOAA Federal) Thu, 20 Jun 2013 15:14:41 -0700
Newsgroups php.gd.devel
Message-ID <CALGmxELho9RPynVLPixO=tAZOmKd5OjA9d=6tduBsEjWwhy6Ow@mail.gmail.com>
On Thu, Jun 20, 2013 at 3:09 PM, Chris Barker - NOAA Federal
<[email protected]> wrote:
> I know nothing about autoconf, so I don't even know  where to begin
> trying to fix this.

I jsut looked in configure.ac, and I think this is where to begin:

  if test -e "$LIBPNG_CONFIG"; then
    LIBPNG_CFLAGS=`$LIBPNG_CONFIG --cflags`
    LIBPNG_LIBS=`$LIBPNG_CONFIG --libs`
    with_png=yes

I suspect we need to set another couple values there, but no idea what.

-Chris



-- 

Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

[email protected]