From eb18ad0f249cfbcac117a8423bc38e2d94396fc6 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Sun, 30 Jan 2011 19:02:18 -0600 Subject: [PATCH] Fix libquvi version dependency https://bugzilla.gnome.org/show_bug.cgi?id=640987 --- configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.in b/configure.in index 840bf8c..b128de5 100644 --- a/configure.in +++ b/configure.in @@ -40,7 +40,7 @@ AC_PATH_PROG([GLIB_MKENUMS],[glib-mkenums]) # Requirements GLIB_REQS=2.21.6 GIO_REQS=2.24.0 -QUVI_REQS=2.11 +QUVI_REQS=0.2.11 # Before making a release, the PLPARSER_LT_VERSION string should be modified. # The string is of the form C:R:A. -- 1.7.3.5