diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-12-17 03:25:21 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-12-17 03:25:21 +0000 |
commit | 0216952a5c77ffe79d4f198d5e190f4c05a0cba6 (patch) | |
tree | 9a8bae49fc8a6fbd13941f820633793faa3c173c /ChangeLog.pre-2-2 | |
parent | 24899adb05d1f366e2df6780854627b145f59307 (diff) | |
download | gtk+-0216952a5c77ffe79d4f198d5e190f4c05a0cba6.tar.gz |
Don't use AC_CHECK_LIB() when checking for FreeType, Pango, Atk since that
Mon Dec 16 22:12:01 2002 Owen Taylor <otaylor@redhat.com>
* configure.in: Don't use AC_CHECK_LIB() when
checking for FreeType, Pango, Atk since that get
the ordering wrong. Instead, set LIBS ourself
and call AC_TRY_LINK_FUNC(). (#98406)
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 680e0de304..ae6026b607 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,10 @@ +Mon Dec 16 22:12:01 2002 Owen Taylor <otaylor@redhat.com> + + * configure.in: Don't use AC_CHECK_LIB() when + checking for FreeType, Pango, Atk since that get + the ordering wrong. Instead, set LIBS ourself + and call AC_TRY_LINK_FUNC(). (#98406) + Mon Dec 16 21:39:28 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkentry.c (gtk_entry_enter_text): Call |