diff options
Diffstat (limited to 'ChangeLog.pre-1-0')
-rw-r--r-- | ChangeLog.pre-1-0 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0 index b2bb6400..e6339b17 100644 --- a/ChangeLog.pre-1-0 +++ b/ChangeLog.pre-1-0 @@ -1,3 +1,17 @@ +Sat Mar 2 21:57:55 2002 Owen Taylor <otaylor@redhat.com> + + * examples/Makefile.am (pango.modules): Write + examples/pango.modules in terms of .la files rather than + direct shared objects to avoid having to know soname + extension. + + * pango/querymodules.c (main): Use G_MODULE_SUFFIX or + .la to compare with filenames when querying modules, + rather than hardcoded .so/.la. + + * configure.in (USE_LA_MODULES): On aix, load .la files + since we can't guess the soname extension. + Fri Mar 1 00:46:49 2002 Owen Taylor <otaylor@redhat.com> * configure: Default to --disable-static. |