diff options
Diffstat (limited to 'finance/grisbi/files/patch-configure')
| -rw-r--r-- | finance/grisbi/files/patch-configure | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/finance/grisbi/files/patch-configure b/finance/grisbi/files/patch-configure new file mode 100644 index 000000000000..dde0eb529c2a --- /dev/null +++ b/finance/grisbi/files/patch-configure @@ -0,0 +1,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; } |
