[Libreoffice-commits] .: librsvg/librsvg-2.32.1.patch

Tor Lillqvist tml at kemper.freedesktop.org
Thu Jun 2 06:01:08 PDT 2011


 librsvg/librsvg-2.32.1.patch |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4c4a098f91bf4e3dfa8aca672d6e0bcd1abaab24
Author: Tor Lillqvist <tml at iki.fi>
Date:   Thu Jun 2 16:00:52 2011 +0300

    There is no 0 command, it's called false

diff --git a/librsvg/librsvg-2.32.1.patch b/librsvg/librsvg-2.32.1.patch
index 8d2368e..0b7534d 100644
--- a/librsvg/librsvg-2.32.1.patch
+++ b/librsvg/librsvg-2.32.1.patch
@@ -15,7 +15,7 @@
  
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gio 2.24 is available" >&5
  $as_echo_n "checking whether gio 2.24 is available... " >&6; }
-+if 0 ; then
++if false; then
  if test -n "$PKG_CONFIG" && \
      { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gio-2.0 >= 2.24.0\""; } >&5
    ($PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.24.0") 2>&5


More information about the Libreoffice-commits mailing list