summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-02-03 16:31:35 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-02-03 16:31:35 +0000
commitd3e4e59214d8e5914ea2aa042db6c3ff8a1f0bfe (patch)
tree95c5eea57567c47631d6ce9adfc312c00211ad77 /configure.in
parent2c5d938ff81480846539d9659dd92ca90cfb9e40 (diff)
downloadgdk-pixbuf-d3e4e59214d8e5914ea2aa042db6c3ff8a1f0bfe.tar.gz
Remove confusing comment about X11.
Sat Feb 3 11:28:03 2001 Owen Taylor <otaylor@redhat.com> * configure.in: Remove confusing comment about X11. Fri Feb 2 19:21:23 2001 Owen Taylor <otaylor@redhat.com> * gdk/gdkwindow.c (gdk_propagate_shapes): Surround additional regions with HAVE_SHAPE_EXT. (#50511, Eric Ding) Fri Feb 2 18:31:54 2001 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkimage-x11.c: Remove definition of _XOPEN_SOURCE, since it breaks things on BSD. If you want to compile GTK+ with -ansi -pedantic, you should supply CPP_FLAGS=_XOPEN_SOURCE when configuring, since GTK+ simply can't be "pure ANSI" in the header files it uses. (#8170, Greg Hudson)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 19652b4c2..0f01d7886 100644
--- a/configure.in
+++ b/configure.in
@@ -1109,7 +1109,6 @@ _______EOF
fi ;;
esac
],[
-# Currently we always use X11 on those systems where we run configure...
if test "x$gdktarget" = "xx11" ; then
gdk_windowing='
#define GDK_WINDOWING_X11'