aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-10-22 20:59:17 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-10-22 20:59:17 +0800
commit3b5d0b114c5c36753dc0497f8a027cf1b84a92af (patch)
treebd5d5106d654246aada1f557f343f59fa1bc0f3a /ChangeLog
parente3230aaa65efb5c08c743eea2b12f759103b2559 (diff)
downloadgsoc2013-evolution-3b5d0b114c5c36753dc0497f8a027cf1b84a92af.tar
gsoc2013-evolution-3b5d0b114c5c36753dc0497f8a027cf1b84a92af.tar.gz
gsoc2013-evolution-3b5d0b114c5c36753dc0497f8a027cf1b84a92af.tar.bz2
gsoc2013-evolution-3b5d0b114c5c36753dc0497f8a027cf1b84a92af.tar.lz
gsoc2013-evolution-3b5d0b114c5c36753dc0497f8a027cf1b84a92af.tar.xz
gsoc2013-evolution-3b5d0b114c5c36753dc0497f8a027cf1b84a92af.tar.zst
gsoc2013-evolution-3b5d0b114c5c36753dc0497f8a027cf1b84a92af.zip
** Fixes bug #549025
2008-10-22 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #549025 * configure.in: Restrict libmono linkage to the mono plugin, so that downstream packagers can isolate the mono dependency to a subpackage. Add configuration summary lines indicating whether the Mono and Python bindings are enabled. * plugins/mono/Makefile.am: Add $(MONO_CFLAGS) and $(MONO_LIBS) explicitly. The mono plugin is the only module that should be linking against libmono. svn path=/trunk/; revision=36675
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e5bcdfbb1..70e7f4fcdb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-10-22 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes part of bug #549025
+
+ * configure.in:
+ Restrict libmono linkage to the mono plugin, so that downstream
+ packagers can isolate the mono dependency to a subpackage.
+ Add configuration summary lines indicating whether the Mono and
+ Python bindings are enabled.
+
2008-10-17 Matthew Barnes <mbarnes@redhat.com>
** Fix for bug #548469