[Gpg4win-commits] r919 - in trunk: . src

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Sep 22 18:19:21 CEST 2008


Author: marcus
Date: 2008-09-22 18:19:21 +0200 (Mon, 22 Sep 2008)
New Revision: 919

Modified:
   trunk/ChangeLog
   trunk/src/Makefile.am
Log:
2008-09-22  Marcus Brinkmann  <marcus at g10code.com>

	* src/Makefile.am (gpg4win_pkg_claws_mail_configure): Add
	--disable-enchant.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-09-22 08:52:05 UTC (rev 918)
+++ trunk/ChangeLog	2008-09-22 16:19:21 UTC (rev 919)
@@ -1,3 +1,8 @@
+2008-09-22  Marcus Brinkmann  <marcus at g10code.com>
+
+	* src/Makefile.am (gpg4win_pkg_claws_mail_configure): Add
+	--disable-enchant.
+
 2008-09-22  Werner Koch  <wk at g10code.com>
 
 	* packages/packages.current: Update libksba.

Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am	2008-09-22 08:52:05 UTC (rev 918)
+++ trunk/src/Makefile.am	2008-09-22 16:19:21 UTC (rev 919)
@@ -198,11 +198,13 @@
 gpg4win_pkg_libetpan_configure = --with-gnutls \
   CPPFLAGS=\"-I$(idir)/include\" LIBS=\"-L$(idir)/lib\"
 
+# --disable-aspell can be removed from svn917 on and later.
 gpg4win_pkg_claws_mail_configure = \
   --with-lib-prefix=$(idir) --with-libiconv-prefix=$(idir) \
   --with-gpg-error-prefix=$(idir) --with-gpgme-prefix=$(idir) \
   --with-config-dir="Claws-mail" --enable-pthread --enable-gnutls \
-  --enable-libetpan --disable-aspell --disable-trayicon-plugin \
+  --enable-libetpan --disable-aspell --disable-enchant \
+  --disable-trayicon-plugin \
   --disable-openssl --disable-dillo-viewer-plugin --disable-gnomeprint \
   --disable-jpilot --disable-startup-notification --disable-ipv6 \
   --disable-mathml-viewer-plugin --disable-clamav-plugin \



More information about the Gpg4win-commits mailing list