diff options
author | Christian Persch <chpe@gnome.org> | 2007-09-11 03:42:07 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-09-11 03:42:07 +0800 |
commit | 78cf8506d6b018e8c305a835cdf34227871e1637 (patch) | |
tree | e8b906064015958f26e4c0c22de86fe96148a97d /ChangeLog | |
parent | 5419e4d4d29bf4896fcf194af4a7f98a24841e16 (diff) | |
download | gsoc2013-epiphany-78cf8506d6b018e8c305a835cdf34227871e1637.tar.gz gsoc2013-epiphany-78cf8506d6b018e8c305a835cdf34227871e1637.tar.zst gsoc2013-epiphany-78cf8506d6b018e8c305a835cdf34227871e1637.zip |
Make sure the gecko version is set to 0 if we're not compiling with the
2007-09-10 Christian Persch <chpe@gnome.org>
* m4/gecko.m4:
Make sure the gecko version is set to 0 if we're not compiling with
the gecko backend. Bug #475461, patch by Cyril Brulebois.
svn path=/trunk/; revision=7379
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2007-09-10 Christian Persch <chpe@gnome.org> + * m4/gecko.m4: + + Make sure the gecko version is set to 0 if we're not compiling with + the gecko backend. Bug #475461, patch by Cyril Brulebois. + +2007-09-10 Christian Persch <chpe@gnome.org> + * configure.ac: Error out if the C++ compiler wasn't found. Bug #475360. |