<html>
    <head>
      <base href="http://icedtea.classpath.org/bugzilla/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - [IcedTea8] Support using the system installation of giflib"
   href="http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1980#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - [IcedTea8] Support using the system installation of giflib"
   href="http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1980">bug 1980</a>
              from <span class="vcard"><a class="email" href="mailto:mercurial@icedtea.classpath.org" title="hg commits <mercurial@icedtea.classpath.org>"> <span class="fn">hg commits</span></a>
</span></b>
        <pre>details:
<a href="http://icedtea.classpath.org//hg/icedtea?cmd=changeset;node=d0e74323b634">http://icedtea.classpath.org//hg/icedtea?cmd=changeset;node=d0e74323b634</a>
author: Andrew John Hughes <<a href="mailto:gnu_andrew@member.fsf.org">gnu_andrew@member.fsf.org</a>>
date: Fri May 15 02:57:48 2015 +0100

    Add the option to use the system zlib, giflib, libpng and libjpeg.

    PR1977: Support using the system installation of Zlib
    PR1979: Support using the system installation of libjpeg
    PR1980: Support using the system installation of giflib
    PR1981: Support using the system installation of libpng

    2015-05-13  Andrew John Hughes  <<a href="mailto:gnu_andrew@member.fsf.org">gnu_andrew@member.fsf.org</a>>

        * Makefile.am:
        (ICEDTEA_CONFIGURE): Remove hardcoded
        --with-zlib=system argument. Add appropriate
        --with-zlib/--with-libjpeg/--with-libpng/
        --with-giflib argument, depending on options
        passed to configure, replacing USE_SYSTEM_ZLIB,
        USE_SYSTEM_JPEG, USE_SYSTEM_PNG and USE_SYSTEM_GIF.
        * NEWS: Updated.
        * acinclude.m4:
        (IT_CHECK_FOR_LCMS): Enable system LCMS by default.
        * remove-intree-libraries.sh.in:
        Update ZLIB_VERSION to match version in
        OpenJDK (1.2.8). Update JPEG source list
        and arrange alphabetically. Drop duplicate
        echo statement for zlib.

    2011-09-06  Andrew John Hughes  <<a href="mailto:ahughes@redhat.com">ahughes@redhat.com</a>>

        * Makefile.am:
        (ICEDTEA_ENV): Set ZLIB_LIBS, ZLIB_CFLAGS,
        USE_SYSTEM_ZLIB, JPEG_LIBS, JPEG_CFLAGS,
        USE_SYSTEM_JPEG, PNG_LIBS, PNG_CFLAGS,
        USE_SYSTEM_PNG, GIF_LIBS, GIF_CFLAGS,
        USE_SYSTEM_GIF.
        * acinclude.m4:
        (IT_CHECK_FOR_ZLIB): New macro to check for zlib.
        (IT_CHECK_FOR_JPEG): Likewise for libjpeg.
        (IT_CHECK_FOR_PNG): Likewise for libpng.
        (IT_CHECK_FOR_GIF): Likewise for giflib.
        * configure.ac:
        Remove old AC_CHECK_LIB calls for jpeg, gif
        and zlib and PKG_CHECK_MODULES call for libpng.
        Add calls to new macros above.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>