summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2005-11-05 00:30:20 +0000
committerBrian Cameron <bcameron@src.gnome.org>2005-11-05 00:30:20 +0000
commit6aa0bff56368e19468362f3355583a5638a2df7a (patch)
tree369cb95436c7d31675d6dc213cf486fc0d1bc60a
parent93716ca2bb204511cda60917188cfa2ef3e56e08 (diff)
downloadgdm-6aa0bff56368e19468362f3355583a5638a2df7a.tar.gz
Fix check for XInput and add a check for libgen.h. Fixes bugs #320580 and
2005-11-04 Brian Cameron <brian.cameron@sun.com> * configure.ac: Fix check for XInput and add a check for libgen.h. Fixes bugs #320580 and #320581.
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 01c8ee30..352848b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
+2005-11-04 Brian Cameron <brian.cameron@sun.com>
+
+ * configure.ac: Fix check for XInput and add a check
+ for libgen.h. Fixes bugs #320580 and #320581.
+
2005-11-03 Brian Cameron <brian.cameron@sun.com>
- * gui/modules/Makefile.am: No longer link against
- libvicious since it isn't used by the gestures
+ * gui/modules/Makefile.am: No longer link against
+ libvicious since it isn't used by the gestures
listeners.
2005-11-03 Brian Cameron <brian.cameron@sun.com>