[totem-pl-parser] Require libquvi 2.11 at least
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem-pl-parser] Require libquvi 2.11 at least
- Date: Tue, 14 Dec 2010 20:34:17 +0000 (UTC)
commit 9feff79d4b263280bfaadccef4c6d1d81841eae4
Author: Bastien Nocera <hadess hadess net>
Date: Tue Dec 14 20:32:56 2010 +0000
Require libquvi 2.11 at least
Otherwise some functions will be missing, and the licenses won't
be compatible.
configure.in | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index cef0d1c..b76908d 100644
--- a/configure.in
+++ b/configure.in
@@ -40,6 +40,7 @@ AC_PATH_PROG([GLIB_MKENUMS],[glib-mkenums])
# Requirements
GLIB_REQS=2.21.6
GIO_REQS=2.24.0
+QUVI_REQS=2.11
# Before making a release, the PLPARSER_LT_VERSION string should be modified.
# The string is of the form C:R:A.
@@ -109,7 +110,7 @@ AC_ARG_ENABLE(enable-quvi,
[enable_quvi=auto])
if test "x$enable_quvi" != "xno" ; then
PKG_CHECK_MODULES(QUVI,
- libquvi,
+ libquvi >= $QUVI_REQS,
[have_quvi=yes], [have_quvi=no])
if test "x$enable_quvi" = "xyes" -a "x$have_quvi" = "xno" ; then
AC_MSG_ERROR([Quvi support requested but not available.])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]