diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-07-20 13:57:04 -0400 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2009-07-20 14:29:43 -0400 |
commit | bb4570d2f3ed0c9b780010623de82c4c76d15a2c (patch) | |
tree | 57d9e2f20e02bd73525e1c0cbc0d48f422de7834 /server/conf_macros.m4 | |
parent | a4aa051dbf8dd6087307186bb86d0f30154a29b3 (diff) | |
download | sssd-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.m4 | 34 |
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], |