epiphany r8660 - branches/gnome-2-24



Author: chpe
Date: Fri Jan  2 12:55:52 2009
New Revision: 8660
URL: http://svn.gnome.org/viewvc/epiphany?rev=8660&view=rev

Log:
Set the weasel version to 3.1 when using gecko 1.9.1.

Modified:
   branches/gnome-2-24/configure.ac

Modified: branches/gnome-2-24/configure.ac
==============================================================================
--- branches/gnome-2-24/configure.ac	(original)
+++ branches/gnome-2-24/configure.ac	Fri Jan  2 12:55:52 2009
@@ -307,9 +307,9 @@
 # Weasel UA version
 # *****************
 
-# FIXMEchpe: find a way to always automatically use the latest weasel minor version!
-
-if test "$gecko_cv_gecko" = "libxul" -o "$gecko_cv_gecko" = "libxul-embedding"; then
+if test "$gecko_cv_have_gecko_1_9_1" = "yes"; then
+  WEASEL_UA_VERSION="3.1"
+elif test "$gecko_cv_have_gecko_1_9_0" = "yes"; then
   WEASEL_UA_VERSION="3.0"
 elif test "$gecko_cv_gecko_version_int" -ge "1009000"; then
   WEASEL_UA_VERSION="3.0"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]