[poppler] [patch] freetype_check

Kristian Høgsberg krh at bitplanet.net
Mon Aug 29 08:12:20 PDT 2005


Ah yeah... ugh, it looks like I broke that with my new configure check. 
  Thanks, patch applied.

Kristian

Hiroyuki Ikezoe wrote:
> Hi,
> 
> I noticed that FreeType library check is converse.
> I attach the patch.
> 
> It will fix BUG #4223.
> 
> 
> 
> 
> 
> ------------------------------------------------------------------------
> 
> Index: configure.ac
> ===================================================================
> RCS file: /cvs/poppler/poppler/configure.ac,v
> retrieving revision 1.32
> diff -u -r1.32 configure.ac
> --- configure.ac	28 Aug 2005 03:19:55 -0000	1.32
> +++ configure.ac	29 Aug 2005 00:31:56 -0000
> @@ -152,7 +152,7 @@
>  if test "x$freetype_pkgconfig" = "xyes"; then
>  
>    AC_DEFINE(HAVE_FREETYPE_H, 1, [Have FreeType2 include files])
> -  AC_DEFINE_UNQUOTED(HAVE_FREETYPE_217_OR_OLDER, 1, [Defines if your system has the freetype library 2.1.7 or older])
> +  AC_DEFINE_UNQUOTED(HAVE_FREETYPE_217_OR_OLDER, 0, [Defines if your system has the freetype library 2.1.7 or older])
>  
>  else
>  
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> poppler mailing list
> poppler at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/poppler



More information about the poppler mailing list