projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
54202b8
)
Fix rsvg version in configure.ac
author
H.G. Muller
<h.g.muller@hccnet.nl>
Tue, 9 Oct 2012 12:06:47 +0000 (14:06 +0200)
committer
H.G. Muller
<h.g.muller@hccnet.nl>
Sun, 21 Oct 2012 09:28:21 +0000 (11:28 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
2980f99
..
2cd59b5
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-183,7
+183,7
@@
CAIRO_REQUIRED=1.2.0
LIBRSVG_REQUIRED=2.14.0
-PKG_CHECK_MODULES(CAIRO, cairo >= $CAIRO_REQUIRED librsvg-2.0 >= LIBRSVG_REQUIRED)
+PKG_CHECK_MODULES(CAIRO, cairo >= $CAIRO_REQUIRED librsvg-2.0 >= $LIBRSVG_REQUIRED)
AC_SUBST(CAIRO_CFLAGS)
AC_SUBST(CAIRO_LIBS)