diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-10-24 22:16:07 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-10-24 22:16:07 +0000 |
commit | 3a7a64aa46ea1c312c06e17a177c81fddfa93683 (patch) | |
tree | 12608b485ea365f093a99c5c7e0654049a4bcb2c /configure.in | |
parent | 1e5c8e64f5f44adc288e16bc2aafbb06372e600f (diff) | |
download | gtk+-3a7a64aa46ea1c312c06e17a177c81fddfa93683.tar.gz |
=== Released 2.3.0 ===GTK_2_3_0
Fri Oct 24 16:54:04 2003 Owen Taylor <otaylor@redhat.com>
* === Released 2.3.0 ===
* configure.in: Remove a stray comma.
* README.in: Fix a few notes about Xft 1 and pango-1.0.
* NEWS: Finish updates for 2.3.0.
* po/Makefile.in.in: Update to latest GLib version.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 582b3d33c1..67aadaeb87 100644 --- a/configure.in +++ b/configure.in @@ -1122,7 +1122,7 @@ if test "x$gdktarget" = "xx11"; then # Check for shaped window extension AC_CHECK_LIB(Xext, XShapeCombineMask, - [GTK_ADD_LIB(x_extra_libs,Xext), + [GTK_ADD_LIB(x_extra_libs,Xext) AC_DEFINE(HAVE_SHAPE_EXT)], , $x_libs_for_checks) |