[balsa/gtk3] Fix URI for finding libesmtp
- From: Peter Bloomfield <PeterB src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa/gtk3] Fix URI for finding libesmtp
- Date: Wed, 24 Apr 2013 00:59:32 +0000 (UTC)
commit 9ad7381fb997463d919ec4f8e27e139156c1dd53
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date: Tue Apr 23 20:58:43 2013 -0400
Fix URI for finding libesmtp
* configure.ac: fix URI for finding libesmtp.
ChangeLog | 4 ++++
configure.ac | 10 ++++++----
2 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 1043abe..da1161b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-04-23 Peter Bloomfield
+ * configure.ac: fix URI for finding libesmtp.
+
+2013-04-23 Peter Bloomfield
+
* Makefile.am: use HAVE_GNOME_DOC_UTILS instead of
BUILD_WITH_G_D_U.
* configure.ac: make sure HAVE_GNOME_DOC_UTILS and ENABLE_SK are
diff --git a/configure.ac b/configure.ac
index f77efd9..1576723 100644
--- a/configure.ac
+++ b/configure.ac
@@ -605,10 +605,12 @@ if test "x$with_esmtp" != xno ; then
AC_CHECK_LIB(esmtp, smtp_option_require_all_recipients,
AC_DEFINE(ENABLE_ESMTP, 1,
[Defined when ESTMP support is to be enabled.]),
- AC_MSG_ERROR([*** You enabled ESMTP but esmtp library doesn't support
- 'require_all_recipients'. Please get a Balsa aware
- libESMTP from http://balsa.gnome.org/main.html or compile
- libESMTP with './configure --enable-require-all-recipients'.]),
+ AC_MSG_ERROR([*** You enabled ESMTP but esmtp library
+ does not support 'require_all_recipients'.
+ Please get a Balsa-aware libESMTP from
+ http://pawsa.fedorapeople.org/balsa/download.html
+ or compile libESMTP with
+ './configure --enable-require-all-recipients'.]),
-lpthread)
AC_CHECK_LIB(esmtp, smtp_starttls_set_password_cb,
AC_DEFINE(HAVE_SMTP_TLS_CLIENT_CERTIFICATE,1,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]