epiphany r8765 - branches/gnome-2-26/m4



Author: chpe
Date: Sat Feb  7 18:28:45 2009
New Revision: 8765
URL: http://svn.gnome.org/viewvc/epiphany?rev=8765&view=rev

Log:
Fix gecko 1.9.1 check

Modified:
   branches/gnome-2-26/m4/gecko.m4

Modified: branches/gnome-2-26/m4/gecko.m4
==============================================================================
--- branches/gnome-2-26/m4/gecko.m4	(original)
+++ branches/gnome-2-26/m4/gecko.m4	Sat Feb  7 18:28:45 2009
@@ -352,7 +352,7 @@
 	gecko_cv_have_gecko_1_9_1=no
 fi
 
-if test "gecko_cv_have_gecko_1_9_1" = "yes"; then
+if test "$gecko_cv_have_gecko_1_9_1" = "yes"; then
         AC_DEFINE([HAVE_GECKO_1_9_1],[1],[Define if we have gecko 1.9.1])
 fi
 



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