diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-09-06 21:18:23 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-09-06 21:18:23 +0000 |
commit | b413cff130003b670c1918357ad7f94b86aea29e (patch) | |
tree | 210b0f191852cadec97455922ca467ca8da4a134 /configure.in | |
parent | 20c9defaa93a5a02c4f940cb9948c4719e54009a (diff) | |
download | gtk+-b413cff130003b670c1918357ad7f94b86aea29e.tar.gz |
Add ani to all_loaders.
* configure.in: Add ani to all_loaders.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index f1977dc3eb..10739730cb 100644 --- a/configure.in +++ b/configure.in @@ -773,7 +773,7 @@ else fi fi -all_loaders="png,bmp,wbmp,gif,ico,jpeg,pnm,ras,tiff,xpm,tga" +all_loaders="png,bmp,wbmp,gif,ico,ani,jpeg,pnm,ras,tiff,xpm,tga" included_loaders="" # If no loaders specified, include all if test "x$with_included_loaders" = xyes ; then |