[evolution/kill-bonobo] Bug 590260 – Minimum requirement of libpst not checked
- From: Matthew Barnes <mbarnes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution/kill-bonobo] Bug 590260 – Minimum requirement of libpst not checked
- Date: Wed, 12 Aug 2009 14:02:25 +0000 (UTC)
commit 5573f943c385c8e224b7116f43e7615715499653
Author: Matthew Barnes <mbarnes redhat com>
Date: Thu Jul 30 10:39:17 2009 -0400
Bug 590260 â?? Minimum requirement of libpst not checked
configure.ac | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a93951c..06e2b9a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,6 +59,7 @@ m4_define([libgnomecanvas_minimum_version], [2.0.0]) # XXX Just a Guess
m4_define([libgnomeui_minimum_version], [2.0.0]) # XXX Just a Guess
m4_define([libxml_minimum_version], [2.7.3])
m4_define([shared_mime_info_minimum_version], [0.22])
+m4_define([libpst_minimum_version], [0.6.41])
m4_define([unique_minimum_version], [1.0.8])
# Optional Packages
@@ -1853,7 +1854,7 @@ then
dnl *********************
dnl libpst
dnl *********************
- PKG_CHECK_MODULES([LIBPST], [libpst])
+ PKG_CHECK_MODULES([LIBPST], [libpst >= libpst_minimum_version])
AC_SUBST(LIBPST_CFLAGS)
AC_SUBST(LIBPST_LIBS)
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]