aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-01-17 22:54:35 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-01-17 22:55:27 +0800
commit9575c65bc3547786b2362223381a83e3db79ae60 (patch)
tree63030a7cb98d8ca56fe37c0171b0181e46111720 /configure.ac
parent8b8f564a639cef32ecc6b85a34dfee77bfba79c5 (diff)
downloadgsoc2013-evolution-9575c65bc3547786b2362223381a83e3db79ae60.tar
gsoc2013-evolution-9575c65bc3547786b2362223381a83e3db79ae60.tar.gz
gsoc2013-evolution-9575c65bc3547786b2362223381a83e3db79ae60.tar.bz2
gsoc2013-evolution-9575c65bc3547786b2362223381a83e3db79ae60.tar.lz
gsoc2013-evolution-9575c65bc3547786b2362223381a83e3db79ae60.tar.xz
gsoc2013-evolution-9575c65bc3547786b2362223381a83e3db79ae60.tar.zst
gsoc2013-evolution-9575c65bc3547786b2362223381a83e3db79ae60.zip
configure.ac: Mention libpst minimum version in error message.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0c9ee13cd7..8d5fbb4417 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1486,7 +1486,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