aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2004-11-08 17:08:09 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2004-11-08 17:08:09 +0000
commit44c494c8f38b98d629261a12f67cc141176b468c (patch)
treebfa0984ff8d574fe46da226b16a444b04434b885 /configure
parent[w3m-dev 04117] Re: start attribute and value attribute on ordered lists (diff)
downloadw3m-44c494c8f38b98d629261a12f67cc141176b468c.tar.gz
w3m-44c494c8f38b98d629261a12f67cc141176b468c.zip
[w3m-dev 04128] Re: w3mimgdisplay
* acinclude.m4 (AC_W3M_IMAGE): check not yes * aclocal.m4, configure: regen * w3mimg/fb/fb_gdkpixbuf.c (fb_image_load): fb_image_fill in case GDK_PIXBUF_FRAME_DISPOSE * w3mimg/x11/x11_w3mimg.c (get_animation_size): return n (x11_load_image): fill in case GDK_PIXBUF_FRAME_DISPOSE
Diffstat (limited to '')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 95993e5..9110c37 100755
--- a/configure
+++ b/configure
@@ -5097,7 +5097,7 @@ echo "$as_me: WARNING: GdkPixbuf is not installed. Install GdkPixbuf (version >
fi
fi
if test x"$with_gdkpixbuf" = xyes; then
- if test x"$have_gdkpixbuf" = xno; then
+ if test x"$have_gdkpixbuf" != xyes; then
version="`$GDKPIXBUF_CONFIG --version 2>/dev/null`"
if test x"$version" != x; then
echo "$as_me:$LINENO: checking GdkPixbuf version" >&5