diff options
author | Benjamin Otte <otte@gnome.org> | 2004-04-04 23:38:15 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-04-04 23:38:15 +0000 |
commit | c3027716544b85b1bd5cb50f56bd6969934b7ed9 (patch) | |
tree | 5fb13668a454bd42c21569685b01d9ea90f53ca7 /ChangeLog | |
parent | 923ce231922a366cf9d545747cfe45149bee94d0 (diff) | |
download | gst-plugins-bad-c3027716544b85b1bd5cb50f56bd6969934b7ed9.tar.gz gst-plugins-bad-c3027716544b85b1bd5cb50f56bd6969934b7ed9.tar.bz2 gst-plugins-bad-c3027716544b85b1bd5cb50f56bd6969934b7ed9.zip |
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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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> |