mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 14:20:21 +00:00
Correct help string for --disable-gdiplus.
2008-09-08 Tor Lillqvist <tml@novell.com> * configure.in (debug_default): Correct help string for --disable-gdiplus. svn path=/trunk/; revision=21319
This commit is contained in:
parent
8ee6ecbeed
commit
6291644754
@ -1,3 +1,8 @@
|
|||||||
|
2008-09-08 Tor Lillqvist <tml@novell.com>
|
||||||
|
|
||||||
|
* configure.in (debug_default): Correct help string for
|
||||||
|
--disable-gdiplus.
|
||||||
|
|
||||||
2008-09-07 Matthias Clasen <mclasen@redhat.com>
|
2008-09-07 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkfilechooserdefault.c: Actually use mime types, not content
|
* gtk/gtkfilechooserdefault.c: Actually use mime types, not content
|
||||||
|
@ -793,7 +793,7 @@ AC_ARG_WITH(libjasper,
|
|||||||
[disable JPEG2000 loader for gdk-pixbuf])])
|
[disable JPEG2000 loader for gdk-pixbuf])])
|
||||||
|
|
||||||
AC_ARG_ENABLE(gdiplus,
|
AC_ARG_ENABLE(gdiplus,
|
||||||
[AC_HELP_STRING([--disable-gdiplus-loaders],
|
[AC_HELP_STRING([--disable-gdiplus],
|
||||||
[disable GDI+ loaders for gdk-pixbuf])])
|
[disable GDI+ loaders for gdk-pixbuf])])
|
||||||
|
|
||||||
AM_CONDITIONAL(BUILD_GDIPLUS_LOADERS, [ test x$os_win32 = xyes && test x$enable_gdiplus != xno ])
|
AM_CONDITIONAL(BUILD_GDIPLUS_LOADERS, [ test x$os_win32 = xyes && test x$enable_gdiplus != xno ])
|
||||||
|
Loading…
Reference in New Issue
Block a user