take the clue in bug #202 "./configure script -
'if test' comparison failure" reported by John Kristoff.
+2003-07-05 [alfons] 0.9.0claws82
+
+ * configure.ac
+ take the clue in bug #202 "./configure script -
+ 'if test' comparison failure" reported by John Kristoff.
+
2003-07-04 [christoph] 0.9.0claws81
* src/plugins/spamassassin/spamassassin.c
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=claws81
+EXTRA_VERSION=claws82
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl set $target
AC_DEFINE(HAVE_GDK_IMLIB, 1, Define if you use gdk_imlib to support image viewer),
[ac_cv_enable_imlib=no])
fi
- if test "$ac_cv_enable_gdk_pixbuf" = no -a "$ac_cv_enable_imlib" = no; then
+ if test x"$ac_cv_enable_gdk_pixbuf" = xno -a x"$ac_cv_enable_imlib" = xno; then
$ac_cv_enable_image_viewer_plugin = no
fi
fi