summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@novell.com>2010-02-17 12:26:13 +0100
committerVincent Untz <vuntz@novell.com>2010-02-17 12:26:13 +0100
commit71b3d247398326f85f1816e493786e613e50aa6a (patch)
tree420f162a2f33766cdbc65aef7656adc9000b6cfc
parent52c5e69dfbecf98da57215ecbf48e8d61c65f660 (diff)
Remove validation of policy file with polkit-policy-file-validate
This was pre-PolicyKit 1. There's no equivalent now.
-rw-r--r--configure.ac1
-rw-r--r--src/Makefile.am5
2 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 3b81557..aa400c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,6 @@ AM_PROG_CC_C_O
# Additional programs that we need
AC_PATH_PROG(GLIB_GENMARSHAL, [glib-genmarshal])
-AC_PATH_PROG([POLKIT_POLICY_FILE_VALIDATE], [polkit-policy-file-validate])
# Internationalisation
IT_PROG_INTLTOOL([0.40.0])
diff --git a/src/Makefile.am b/src/Makefile.am
index 5cdb306..0bdca73 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -61,11 +61,6 @@ dbus_conf_DATA = org.opensuse.CupsPkHelper.Mechanism.conf
@INTLTOOL_POLICY_RULE@
polkit_DATA = $(polkit_in_files:.policy.in=.policy)
-
-check:
- $(POLKIT_POLICY_FILE_VALIDATE) $(polkit_DATA)
-
-
EXTRA_DIST = \
$(dbus_services_in_files) \
org.opensuse.CupsPkHelper.Mechanism.conf \