diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-08-25 05:02:32 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-08-25 05:02:32 +0800 |
commit | ec543643c786553ff47ced0a871b4f31508cdb8d (patch) | |
tree | e7a1f4e368cdbb65c51a73a731351091d15fa30e /ChangeLog | |
parent | a7aac14395dc0ceba8540be6e3d4981d459f9515 (diff) | |
download | gsoc2013-evolution-ec543643c786553ff47ced0a871b4f31508cdb8d.tar gsoc2013-evolution-ec543643c786553ff47ced0a871b4f31508cdb8d.tar.gz gsoc2013-evolution-ec543643c786553ff47ced0a871b4f31508cdb8d.tar.bz2 gsoc2013-evolution-ec543643c786553ff47ced0a871b4f31508cdb8d.tar.lz gsoc2013-evolution-ec543643c786553ff47ced0a871b4f31508cdb8d.tar.xz gsoc2013-evolution-ec543643c786553ff47ced0a871b4f31508cdb8d.tar.zst gsoc2013-evolution-ec543643c786553ff47ced0a871b4f31508cdb8d.zip |
** Fixes bug #411619
2007-08-24 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #411619
* configure.in:
Add appropriate compiler and linker flags to e-util if GTK+
was built against X11.
* widgets/Makefile.am: Fix subdirectory order.
* widgets/e-timezone-dialog/Makefile.am: Remove WIN32_BOOTSTRAP_LIBS.
svn path=/trunk/; revision=34101
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-08-24 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes part of bug #411619 + + * configure.in: + Add appropriate compiler and linker flags to e-util if GTK+ + was built against X11. + 2007-08-22 Wang Xin <jedy.wang@sun.com> ** Fix for bug #468804 |