summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2003-10-10 00:28:43 +0000
committerBenjamin Otte <otte@gnome.org>2003-10-10 00:28:43 +0000
commit90d93273e8984abb3d25ef268e9e886dc37262b8 (patch)
treed1f01d3d77ede495b2132c79b97d5b3bf84af7cb /configure.ac
parent652cb48db166e87de9d9e72d907f25101ff39347 (diff)
bugfixes:
- libxml needs version 2.5.9 - player can go away when ticking, so ref before
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6cade8a..8425b94 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ ACLOCAL="$ACLOCAL -I macros"
PKG_CHECK_MODULES(LIBGAME, \
gtk+-2.0 >= 2.2.0 \
- libxml-2.0 >= 2.5.0 \
+ libxml-2.0 >= 2.5.9 \
libgnomecanvas-2.0 >= 2.0)
AS_COMPILER_FLAG(-Wall, LIBGAME_CFLAGS="$LIBGAME_CFLAGS -Wall",)