summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-04-04 23:38:15 +0000
committerBenjamin Otte <otte@gnome.org>2004-04-04 23:38:15 +0000
commit5a92303319427b0590c7aa319bde0a6d8ab889cd (patch)
tree59fa6012d57cdc4d11369c339e686025e8e0987e /ChangeLog
parentcf74f490456e42cf8e5ae167e712fa376a9363c3 (diff)
configure.ac: fix == in test(1) operator
Original commit message from CVS: reviewed by Benjamin Otte <otte@gnome.org> * configure.ac: fix == in test(1) operator
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ccd6ee0..7a0d29a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,13 @@
reviewed by Benjamin Otte <otte@gnome.org>
* configure.ac:
+ fix == in test(1) operator
+
+2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
+
+ reviewed by Benjamin Otte <otte@gnome.org>
+
+ * configure.ac:
fix --export-symblos-regex to a working regex.
2004-04-04 Benjamin Otte <otte@gnome.org>