diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-11-17 03:38:39 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-11-17 03:38:39 +0000 |
commit | 51af5833f7afbe58ab473a729865c122dc553a52 (patch) | |
tree | 5e992f71808c188e10e2f00890f24d38baaec4c6 /ChangeLog.pre-2-6 | |
parent | 846e5140c36dfcc36677ce0d0356958012fd0a6d (diff) | |
download | glib-51af5833f7afbe58ab473a729865c122dc553a52.tar.gz |
Support gmodule-no-export.
2004-11-16 Matthias Clasen <mclasen@redhat.com>
* m4macros/glib-2.0.m4 (AM_PATH_GLIB_2_0): Support gmodule-no-export.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 90d52daeb..838b73047 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,14 @@ +2004-11-16 Matthias Clasen <mclasen@redhat.com> + + * m4macros/glib-2.0.m4 (AM_PATH_GLIB_2_0): Support gmodule-no-export. + + * Makefile.am (EXTRA_DIST): + * configure.in (AC_CONFIG_FILES): Add gmodule-no-export-2.0.pc.in + + * gmodule-no-export-2.0.pc.in: Add a variants of gmodule-2.0.pc.in + which doesn't add -Wl,--export-dynamic, since Pango or GTK+ don't + need it. (#125627, Owen Taylor) + 2004-11-17 Matthias Clasen <mclasen@redhat.com> * glib/gkeyfile.c: Define S_ISREG() on windows, since it |