blob: dde0eb529c2a67e68d58489d261861c65706dbcf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- 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; }
|