diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-12-13 04:11:32 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-12-13 04:11:32 +0000 |
commit | 9d4af5714ac4ff60ea2d65980ad37af89d2ad61f (patch) | |
tree | f4da68880e42c597b7cdcc3e6894ad68edced2f5 /ChangeLog.pre-2-2 | |
parent | 3c50d7bd88f5e5fe251b002e9c943dbcaa0f350a (diff) |
Fixes from Johannes Stezenbach
Thu Dec 12 23:08:29 2002 Owen Taylor <otaylor@redhat.com>
Fixes from Johannes Stezenbach
* configure.in: When adding extra libraries to $LIBS for
tests, always put them at the front, since that's how
they'll be used in the actual Makefiles.
* configure.in: Add a couple of missing ','s in AC_LINK_IFELSE()
* m4macros/glib-gettext.m4: Remove a stray setting of $LIBS.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 76d1963bf..8df4f65fd 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,15 @@ +Thu Dec 12 23:08:29 2002 Owen Taylor <otaylor@redhat.com> + + Fixes from Johannes Stezenbach + + * configure.in: When adding extra libraries to $LIBS for + tests, always put them at the front, since that's how + they'll be used in the actual Makefiles. + + * configure.in: Add a couple of missing ','s in AC_LINK_IFELSE() + + * m4macros/glib-gettext.m4: Remove a stray setting of $LIBS. + Thu Dec 12 20:46:26 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Allow not setting glib_cv_long_long_format |