totem r5012 - branches/gnome-2-20



Author: hadess
Date: Wed Jan  9 16:23:14 2008
New Revision: 5012
URL: http://svn.gnome.org/viewvc/totem?rev=5012&view=rev

Log:
2008-01-09  Bastien Nocera  <hadess hadess net>

	* configure.in: Fix typo



Modified:
   branches/gnome-2-20/ChangeLog
   branches/gnome-2-20/configure.in

Modified: branches/gnome-2-20/configure.in
==============================================================================
--- branches/gnome-2-20/configure.in	(original)
+++ branches/gnome-2-20/configure.in	Wed Jan  9 16:23:14 2008
@@ -494,7 +494,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])
 	if test "x$enable_browser_plugins" != "xyes" ; then
 		AC_MSG_WARN([libstartup-notification not found, necessary to build the plugin viewer])
 	fi



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