summaryrefslogtreecommitdiffstats
path: root/server/conf_macros.m4
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-07-20 13:57:04 -0400
committerSimo Sorce <ssorce@redhat.com>2009-07-20 14:29:43 -0400
commitbb4570d2f3ed0c9b780010623de82c4c76d15a2c (patch)
tree57d9e2f20e02bd73525e1c0cbc0d48f422de7834 /server/conf_macros.m4
parenta4aa051dbf8dd6087307186bb86d0f30154a29b3 (diff)
downloadsssd-bb4570d2f3ed0c9b780010623de82c4c76d15a2c.tar.gz
sssd-bb4570d2f3ed0c9b780010623de82c4c76d15a2c.tar.xz
sssd-bb4570d2f3ed0c9b780010623de82c4c76d15a2c.zip
Remove unused InfoPipe and PolicyKit code
Diffstat (limited to 'server/conf_macros.m4')
-rw-r--r--server/conf_macros.m434
1 files changed, 0 insertions, 34 deletions
diff --git a/server/conf_macros.m4 b/server/conf_macros.m4
index c67b47b08..2613bfb3b 100644
--- a/server/conf_macros.m4
+++ b/server/conf_macros.m4
@@ -66,40 +66,6 @@ AC_DEFUN([WITH_PIPE_PATH],
AC_DEFINE_UNQUOTED(PIPE_PATH, "$config_pipepath", [Where to store pipe files for the SSSD interconnects])
])
-AC_DEFUN([WITH_POLICYKIT],
- [ AC_ARG_WITH([policykit],
- [AC_HELP_STRING([--with-policykit],
- [Whether to include PolicyKit support [yes]]
- )
- ],
- [],
- with_policykit=yes
- )
- if test x"$with_policykit" == xyes; then
- AC_DEFINE(HAVE_POLICYKIT, 1, [Include PolicyKit support])
- HAVE_POLICYKIT=1
- AC_SUBST(HAVE_POLICYKIT)
- fi
- ])
-AM_CONDITIONAL([BUILD_POLICYKIT], [test x$with_policykit = xyes])
-
-AC_DEFUN([WITH_INFOPIPE],
- [ AC_ARG_WITH([infopipe],
- [AC_HELP_STRING([--with-infopipe],
- [Whether to include InfoPipe support [yes]]
- )
- ],
- [],
- with_infopipe=yes
- )
- if test x"$with_infopipe" == xyes; then
- AC_DEFINE(HAVE_INFOPIPE, 1, [Include InfoPipe support])
- HAVE_INFOPIPE=1
- AC_SUBST(HAVE_INFOPIPE)
- fi
- ])
-AM_CONDITIONAL([BUILD_INFOPIPE], [test x$with_infopipe = xyes])
-
AC_DEFUN([WITH_TESTS],
[ AC_ARG_WITH([tests],
[AC_HELP_STRING([--with-tests],