summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-07-12 17:06:46 +0000
committerChristian Persch <chpe@src.gnome.org>2005-07-12 17:06:46 +0000
commit11d82aa4ecf590edeec197409b7025ef893599ff (patch)
tree3535316d58772c7c914f70f0272781d141d45083
parent86eac91968789e389da452cda1cfe8002ab202a6 (diff)
downloadyelp-11d82aa4ecf590edeec197409b7025ef893599ff.tar.gz
Downgrade minimal mozilla version to 1.7 again, was accidentally not
2005-07-12 Christian Persch <chpe@cvs.gnome.org> * configure.in: Downgrade minimal mozilla version to 1.7 again, was accidentally not changed when copying the rest of the configure changes from Epiphany.
-rw-r--r--ChangeLog7
-rw-r--r--configure.in2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d717f93..873fc18a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
2005-07-12 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
+ Downgrade minimal mozilla version to 1.7 again, was accidentally
+ not changed when copying the rest of the configure changes
+ from Epiphany.
+
+2005-07-12 Christian Persch <chpe@cvs.gnome.org>
+
+ * configure.in:
Update gecko configure checks to also detect mozilla trunk
which is now named 'seamonkey'.
diff --git a/configure.in b/configure.in
index 04e29380..8aae6b15 100644
--- a/configure.in
+++ b/configure.in
@@ -134,7 +134,7 @@ fi
AC_MSG_RESULT([$gecko])
case "$gecko" in
-mozilla) min_version=1.7.5 flavour=mozilla ;;
+mozilla) min_version=1.7 flavour=mozilla ;;
seamonkey) min_version=1.0 flavour=mozilla ;;
*firefox) min_version=1.0 flavour=toolkit ;;
*thunderbird) min_version=1.0 flavour=toolkit ;;