[evolution/email-factory-3-4] configure.ac: Mention libpst minimum version in error message.



commit 5a12379219863c90074dcb71ab0de62cc16e0404
Author: Matthew Barnes <mbarnes redhat com>
Date:   Tue Jan 17 09:54:35 2012 -0500

    configure.ac: Mention libpst minimum version in error message.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index db556fa..ac4a728 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1500,7 +1500,7 @@ if test "x$enable_pst" = "xyes"; then
 	if test "x$have_pst" = "xyes"; then
 		plugins_standard="$plugins_standard pst-import"
 	else
-		AC_MSG_ERROR([libpst is required for the pst-import plugin.  Use --disable-pst-import to exclude the plugin.])
+		AC_MSG_ERROR([libpst >= libpst_minimum_version is required for the pst-import plugin.  Use --disable-pst-import to exclude the plugin.])
 	fi
 fi
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]