summaryrefslogtreecommitdiffstats
path: root/src/conf_macros.m4
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2012-08-27 22:15:17 +0200
committerJakub Hrozek <jhrozek@redhat.com>2012-08-27 22:40:48 +0200
commit19e2efe81f7b80d4ce0dfc5fd80a06d56ae69e90 (patch)
treeb439f6f74e0e2487cbfdcc19448d014fa7f1061f /src/conf_macros.m4
parent86b61156743b7ebdc049450a6f88452890fd9a61 (diff)
downloadsssd-19e2efe81f7b80d4ce0dfc5fd80a06d56ae69e90.tar.gz
sssd-19e2efe81f7b80d4ce0dfc5fd80a06d56ae69e90.tar.xz
sssd-19e2efe81f7b80d4ce0dfc5fd80a06d56ae69e90.zip
autofs, sudo and ssh are not experimental anymoreexperimental-fo
Diffstat (limited to 'src/conf_macros.m4')
-rw-r--r--src/conf_macros.m421
1 files changed, 0 insertions, 21 deletions
diff --git a/src/conf_macros.m4 b/src/conf_macros.m4
index 4dbbd7694..2e4e1141a 100644
--- a/src/conf_macros.m4
+++ b/src/conf_macros.m4
@@ -473,13 +473,6 @@ AC_DEFUN([WITH_SUDO],
[with_sudo=$withval],
)
- dnl Remove when sudo goes out of experimental
- if test x"$enable_all_experimental_features" = xyes; then
- if test x"$with_sudo" != xno; then
- with_sudo=yes
- fi
- fi
-
if test x"$with_sudo" = xyes; then
AC_DEFINE(BUILD_SUDO, 1, [whether to build with SUDO support])
fi
@@ -509,13 +502,6 @@ AC_DEFUN([WITH_AUTOFS],
[with_autofs=$withval],
)
- dnl Remove when autofs goes out of experimental
- if test x"$enable_all_experimental_features" = xyes; then
- if test x"$with_autofs" != xno; then
- with_autofs=yes
- fi
- fi
-
if test x"$with_autofs" = xyes; then
AC_DEFINE(BUILD_AUTOFS, 1, [whether to build with AUTOFS support])
fi
@@ -531,13 +517,6 @@ AC_DEFUN([WITH_SSH],
[with_ssh=$withval],
)
- dnl Remove when SSH goes out of experimental
- if test x"$enable_all_experimental_features" = xyes; then
- if test x"$with_ssh" != xno; then
- with_ssh=yes
- fi
- fi
-
if test x"$with_ssh" = xyes; then
AC_DEFINE(BUILD_SSH, 1, [whether to build with SSH support])
fi