summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-03-16 16:37:26 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-03-16 16:37:26 +0000
commite420f93158023049ed684168135367b457cf7392 (patch)
treea87ba1d8efa93e80c4ed9893032ed010fe2f1e18
parentc09939736914215669843324d164031e4ef8eec3 (diff)
downloadgdk-pixbuf-e420f93158023049ed684168135367b457cf7392.tar.gz
Add a missing comma. (#334774, Peter Breitenlohner)
2006-03-16 Matthias Clasen <mclasen@redhat.com> * configure.in: Add a missing comma. (#334774, Peter Breitenlohner)
-rw-r--r--ChangeLog2
-rw-r--r--ChangeLog.pre-2-102
-rw-r--r--configure.in2
3 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6df12e07d..ed461ecc9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2006-03-16 Matthias Clasen <mclasen@redhat.com>
+ * configure.in: Add a missing comma. (#334774, Peter Breitenlohner)
+
* gtk/gtkactiongroup.c (gtk_action_group_add_actions_full)
(gtk_action_group_add_toggle_actions_full)
(gtk_action_group_add_radio_actions_full): Check for a stock
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 6df12e07d..ed461ecc9 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,5 +1,7 @@
2006-03-16 Matthias Clasen <mclasen@redhat.com>
+ * configure.in: Add a missing comma. (#334774, Peter Breitenlohner)
+
* gtk/gtkactiongroup.c (gtk_action_group_add_actions_full)
(gtk_action_group_add_toggle_actions_full)
(gtk_action_group_add_radio_actions_full): Check for a stock
diff --git a/configure.in b/configure.in
index 27faaff9f..d6889d939 100644
--- a/configure.in
+++ b/configure.in
@@ -1239,7 +1239,7 @@ if test "x$gdktarget" = "xx11"; then
AC_CHECK_LIB(Xinerama, XineramaQueryExtension,
[AC_CHECK_HEADER(X11/extensions/Xinerama.h,
[GTK_ADD_LIB(x_extra_libs,Xinerama)
- have_xfree_xinerama=true], :
+ have_xfree_xinerama=true], :,
[#include <X11/Xlib.h>])])
fi