Update xulrunner patch
This commit is contained in:
parent
21c1aca588
commit
c7ffc82f4c
@ -338,15 +338,6 @@ Index: configure.in
|
||||
PKG_CHECK_MODULES([DBUS], [dbus-glib-1 >= $DBUS_REQS],,
|
||||
[enable_browser_plugins=no])
|
||||
DBUSLIBDIR="`$PKG_CONFIG dbus-glib-1 --variable=libdir`"
|
||||
@@ -667,7 +629,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
|
||||
@@ -675,56 +637,46 @@
|
||||
|
||||
# Sets some variables, and check for xpidl
|
||||
|
||||
Loading…
Reference in New Issue
Block a user