From 029511a7566dd41c0b0ca8cebceae37fa6daddff Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 20 Mar 2008 23:40:17 +0000 Subject: [PATCH] Minor edit. svn path=/trunk/; revision=19918 --- ChangeLog | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c89e7fd2c1..8c1bf5b2ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,9 +7,10 @@ * configure.in: Add switch --disable-gdiplus-loaders that disables building of the GDI+ loaders. - When including loaders in the gdk-pixbuf library, either build in - all the GDI+ ones or none of them. Use just -DINCLUDE_gdiplus in - $INCLUDED_LOADER_DEFINE to signal building them in. + When including loaders in the gdk-pixbuf library, and building + GDI+ loaders, either build in all the GDI+ loaders or none of + them. Use just -DINCLUDE_gdiplus in $INCLUDED_LOADER_DEFINE to + signal building them in. Add Automake conditionals BUILD_GDIPLUS_LOADERS to indicate whether the GDI+ loaders should be built and INCLUDE_GDIPLUS to