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