summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2008-01-09 16:23:14 +0000
committerBastien Nocera <hadess@src.gnome.org>2008-01-09 16:23:14 +0000
commitdb10e2fbc5ee315c548314cc3617e8f0d826e0bb (patch)
tree79442e0abc3a9833ac001ed60a2baa675f934bf5
parent4ac30049a6e1b695993834bae1b82b8de5bdbd2e (diff)
downloadtotem-db10e2fbc5ee315c548314cc3617e8f0d826e0bb.tar.gz
Fix typo
2008-01-09 Bastien Nocera <hadess@hadess.net> * configure.in: Fix typo svn path=/branches/gnome-2-20/; revision=5012
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b27c3a48..b2a5b8fb5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-09 Bastien Nocera <hadess@hadess.net>
+
+ * configure.in: Fix typo
+
2008-01-08 Bastien Nocera <hadess@hadess.net>
* browser-plugin/Makefile.am:
diff --git a/configure.in b/configure.in
index a21960b08..86fa73a79 100644
--- a/configure.in
+++ b/configure.in
@@ -494,7 +494,7 @@ if test "$enable_browser_plugins" = "yes" ; then
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