diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-01-17 22:54:35 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-01-17 22:55:27 +0800 |
commit | 9575c65bc3547786b2362223381a83e3db79ae60 (patch) | |
tree | 63030a7cb98d8ca56fe37c0171b0181e46111720 | |
parent | 8b8f564a639cef32ecc6b85a34dfee77bfba79c5 (diff) | |
download | gsoc2013-evolution-9575c65bc3547786b2362223381a83e3db79ae60.tar.gz gsoc2013-evolution-9575c65bc3547786b2362223381a83e3db79ae60.tar.zst gsoc2013-evolution-9575c65bc3547786b2362223381a83e3db79ae60.zip |
configure.ac: Mention libpst minimum version in error message.
-rw-r--r-- | configure.ac | 2 |
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 |