Fix comment for --with-included-loaders. That option affects builds with

2007-01-09  Behdad Esfahbod  <behdad@gnome.org>

        * configure.in: Fix comment for --with-included-loaders.  That option
        affects builds with module loading enabled too.


svn path=/trunk/; revision=17123
This commit is contained in:
Behdad Esfahbod 2007-01-09 21:43:28 +00:00 committed by Behdad Esfahbod
parent 0177b21959
commit 5751a9e0f1
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-01-09 Behdad Esfahbod <behdad@gnome.org>
* configure.in: Fix comment for --with-included-loaders. That option
affects builds with module loading enabled too.
2006-01-08 Peter Teichman <peter@novell.com>
* gtk/gtkfilechooserdefault.c:

View File

@ -876,7 +876,7 @@ AC_MSG_CHECKING(pixbuf loaders to build)
dnl due to an autoconf bug, commas in the first arg to
dnl AC_HELP_STRING cause problems.
dnl AC_HELP_STRING([--with-included-loaders=LOADER1 LOADER2 ...],
dnl [build the specified loaders into gdk-pixbuf (only used if module loading disabled)])
dnl [build the specified loaders into gdk-pixbuf])
AC_ARG_WITH(included_loaders,
[ --with-included-loaders=LOADER1,LOADER2,...
build the specified loaders into gdk-pixbuf])