diff options
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 3a933ca..7ae614e 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -666,7 +666,7 @@ AC_DEFUN([AC_W3M_IMAGE], [have_gdkpixbuf="no"; have_gtk2="no"]) fi if test x"$with_gdkpixbuf" = xyes; then - if test x"$have_gdkpixbuf" = xno; then + if test x"$have_gdkpixbuf" != xyes; then AC_W3M_CHECK_VER([GdkPixbuf], [`$GDKPIXBUF_CONFIG --version 2>/dev/null`], 0, 16, 0, |