Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-07-05 17:31:30 (GMT)
committer Christian Persch <chpe@src.gnome.org>2005-07-05 17:31:30 (GMT)
commite688147c85543bb01a7c28a4c18548762ab9d98e (patch)
tree724242d63a5d765763ac58d9e09221e944d9fac6 /ChangeLog
parent8d858ef399ef70a2c9efb391242e8c8be70e2109 (diff)
Use AM_CONDITIONAL unconditionally, fixes the build with DBUS disabled.
2005-07-05 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Use AM_CONDITIONAL unconditionally, fixes the build with DBUS disabled.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ebc23a..61ca9c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-07-05 Christian Persch <chpe@cvs.gnome.org>
+
+ * configure.ac:
+
+ Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
+ disabled.
+
2005-07-05 Carlos Garcia Campos <carlosgc@gnome.org>
Marco Pesenti Gritti <mpg@redhat.com>