aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--m4/gecko.m42
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 19814c6f4..2ab1529af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-09-12 Christian Persch <chpe@cvs.gnome.org>
+
+ * m4/gecko.m4:
+
+ Prefer xulrunner over mozilla.
+
2006-09-06 Christian Persch <chpe@cvs.gnome.org>
* *.c *.cpp:
diff --git a/m4/gecko.m4 b/m4/gecko.m4
index 6fcf9202b..46e191415 100644
--- a/m4/gecko.m4
+++ b/m4/gecko.m4
@@ -60,7 +60,7 @@ AC_ARG_WITH([mozilla],[],[with_gecko=$withval],[])
gecko_cv_gecko=$with_gecko
# Autodetect gecko
-_geckos="firefox mozilla-firefox seamonkey mozilla xulrunner"
+_geckos="xulrunner firefox mozilla-firefox seamonkey mozilla"
if test -z "$gecko_cv_gecko"; then
for lizard in $_geckos; do
if $PKG_CONFIG --exists $lizard-xpcom; then