aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2007-09-11 03:42:07 +0800
committerChristian Persch <chpe@src.gnome.org>2007-09-11 03:42:07 +0800
commit78cf8506d6b018e8c305a835cdf34227871e1637 (patch)
treee8b906064015958f26e4c0c22de86fe96148a97d /ChangeLog
parent5419e4d4d29bf4896fcf194af4a7f98a24841e16 (diff)
downloadgsoc2013-epiphany-78cf8506d6b018e8c305a835cdf34227871e1637.tar
gsoc2013-epiphany-78cf8506d6b018e8c305a835cdf34227871e1637.tar.gz
gsoc2013-epiphany-78cf8506d6b018e8c305a835cdf34227871e1637.tar.bz2
gsoc2013-epiphany-78cf8506d6b018e8c305a835cdf34227871e1637.tar.lz
gsoc2013-epiphany-78cf8506d6b018e8c305a835cdf34227871e1637.tar.xz
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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb022130a..43e6d7f20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.