rpms/totem/devel totem-xul-4.patch,1.1,1.2

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Fri Jan 18 16:35:24 UTC 2008


Author: hadess

Update of /cvs/pkgs/rpms/totem/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20087

Modified Files:
	totem-xul-4.patch 
Log Message:
Fix merge error


totem-xul-4.patch:

Index: totem-xul-4.patch
===================================================================
RCS file: /cvs/pkgs/rpms/totem/devel/totem-xul-4.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- totem-xul-4.patch	18 Jan 2008 16:09:50 -0000	1.1
+++ totem-xul-4.patch	18 Jan 2008 16:34:52 -0000	1.2
@@ -342,7 +342,7 @@
  fi
  
  if test "$enable_browser_plugins" = "yes" ; then
--	PKG_CHECK_MODULES([SN], [ libstartup-notification-1.0 >= 0.8 ], [enable_browser_plugins=yes], [enable_browser_plugins=no])
+-	PKG_CHECK_MODULES([SN], [ libstartup-notification-1.0 >= 0.8 ], [enable_browser_plugins = yes], [enable_browser_plugins=no])
 +	PKG_CHECK_MODULES([SN], [ libstartup-notification-1.0 >= 0.8 ], enable_browser_plugins=yes, enable_browser_plugins=no)
  	if test "x$enable_browser_plugins" != "xyes" ; then
  		AC_MSG_WARN([libstartup-notification not found, necessary to build the plugin viewer])




More information about the fedora-extras-commits mailing list