diff --git a/ChangeLog b/ChangeLog index b42a2eb988..0cf1e46eb1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-09-08 Tor Lillqvist + + * configure.in (debug_default): Correct help string for + --disable-gdiplus. + 2008-09-07 Matthias Clasen * gtk/gtkfilechooserdefault.c: Actually use mime types, not content diff --git a/configure.in b/configure.in index c23e7eec9d..60702693e6 100644 --- a/configure.in +++ b/configure.in @@ -793,7 +793,7 @@ AC_ARG_WITH(libjasper, [disable JPEG2000 loader for gdk-pixbuf])]) AC_ARG_ENABLE(gdiplus, - [AC_HELP_STRING([--disable-gdiplus-loaders], + [AC_HELP_STRING([--disable-gdiplus], [disable GDI+ loaders for gdk-pixbuf])]) AM_CONDITIONAL(BUILD_GDIPLUS_LOADERS, [ test x$os_win32 = xyes && test x$enable_gdiplus != xno ])