gconf r2653 - trunk



Author: kmaraas
Date: Tue Aug 19 09:12:57 2008
New Revision: 2653
URL: http://svn.gnome.org/viewvc/gconf?rev=2653&view=rev

Log:
=========================== 2.23.2 ==========================

2008-08-19  Kjartan Maraas  <kmaraas gnome org>

	* configure.in: Check for polkit-policy-file-validate
	to fix make distcheck.

Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Tue Aug 19 09:12:57 2008
@@ -189,6 +189,12 @@
   AC_DEFINE(ENABLE_DEFAULTS_SERVICE, 1, [enable defaults DBus service])
 fi
 
+AC_CHECK_PROG([POLKIT_POLICY_FILE_VALIDATE],
+              [polkit-policy-file-validate], [polkit-policy-file-validate])
+if test -z "$POLKIT_POLICY_FILE_VALIDATE"; then
+    AC_MSG_ERROR([polkit-policy-file-validate not found])
+fi
+
 AM_CONDITIONAL(ENABLE_DEFAULTS_SERVICE, [test "x$enable_defaults_service" != "xno"])
 
 ORBIT_IDL="`$PKG_CONFIG --variable=orbit_idl ORBit-2.0`"



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