gnome-power-manager r3075 - branches/gnome-2-24



Author: rhughes
Date: Tue Nov  4 13:46:03 2008
New Revision: 3075
URL: http://svn.gnome.org/viewvc/gnome-power-manager?rev=3075&view=rev

Log:
2008-11-04  Richard Hughes  <richard hughsie com>

* configure.ac:
Allow configure to complete without PolicyKit.
Patch from Chris Vine <chris cvine freeserve co uk>, many thanks.


Modified:
   branches/gnome-2-24/ChangeLog
   branches/gnome-2-24/configure.ac

Modified: branches/gnome-2-24/configure.ac
==============================================================================
--- branches/gnome-2-24/configure.ac	(original)
+++ branches/gnome-2-24/configure.ac	Tue Nov  4 13:46:03 2008
@@ -250,7 +250,7 @@
 
 AC_MSG_CHECKING([whether to support gconf defaults])
 have_gconfdefaults=no
-if test x$enable_gconfdefaults = xyes ; then
+if test x$enable_gconfdefaults = xyes && test $have_polkit = yes ; then
     PKG_CHECK_MODULES(POLKIT_GNOME, [
                       polkit-gnome >= $POLKIT_GNOME_REQUIRED])
     AC_SUBST(POLKIT_GNOME_CFLAGS)



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