[evolution] Bug 590260 – Minimum requirement of libpst not checked
- From: Matthew Barnes <mbarnes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution] Bug 590260 – Minimum requirement of libpst not checked
- Date: Thu, 30 Jul 2009 14:41:24 +0000 (UTC)
commit cb4d9b752cff90d2267d3dcf9b7cf343a70ec645
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 78c5d4d..416188b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,6 +55,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])
# Optional Packages
m4_define([dbus_minimum_version], [0.74])
@@ -1816,7 +1817,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]