--- configure.orig	2010-05-04 20:15:58.000000000 +0200
+++ configure	2010-06-07 22:44:31.000000000 +0200
@@ -17527,7 +17527,7 @@
 $as_echo "yes" >&6; }
 	:
 fi
-if test x$noxml2 == xtrue
+if test "x$noxml2" = "xtrue"
 then
 	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: libxml2 support not available, this Grisbi build will not be able to load Gnucash files." >&5
 $as_echo "libxml2 support not available, this Grisbi build will not be able to load Gnucash files." >&6; }
@@ -17610,7 +17610,7 @@
 $as_echo "yes" >&6; }
 	:
 fi
-if test x$nossl == xtrue
+if test "x$nossl" = "xtrue"
 then
 	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: OpenSSL support not available, this Grisbi build will not be able to crypt/decrypt files." >&5
 $as_echo "OpenSSL support not available, this Grisbi build will not be able to crypt/decrypt files." >&6; }
