summaryrefslogtreecommitdiff
path: root/librsvg
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-06-02 16:00:52 +0300
committerTor Lillqvist <tml@iki.fi>2011-06-02 16:00:52 +0300
commite1962b641d34c577c87dc7d5297472d862fc8e6f (patch)
treedecaf5f062bb2b193935d7beeed1bb101ae1d5cd /librsvg
parent1a68be8d98c1127cd2e82899ae1e84f310d8d3a0 (diff)
There is no 0 command, it's called false
Diffstat (limited to 'librsvg')
-rw-r--r--librsvg/librsvg-2.32.1.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/librsvg/librsvg-2.32.1.patch b/librsvg/librsvg-2.32.1.patch
index 8d2368e11e39..0b7534d8119e 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