summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2015-04-19 16:43:40 +0200
committerAndy Wingo <wingo@pobox.com>2015-04-19 16:43:40 +0200
commitc0a1dc6fdf69a47fd2fa959ca67790073d7d675d (patch)
tree5d2050d33e3dc7ea2ae5be10942771a290c10b48 /configure.ac
parentdba4ec46cb0f53b4a8d0302987e3c127781e1338 (diff)
Remove certificate root checks
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index 9639532af..974a8db43 100644
--- a/configure.ac
+++ b/configure.ac
@@ -372,15 +372,6 @@ if test "x$enable_apparmor" != "xno"; then
fi
AM_CONDITIONAL(HAVE_APPARMOR, [test "$have_apparmor" = "yes"])
-
-AC_ARG_WITH([certificate-root],
- AS_HELP_STRING([--with-certificate-root=PATH],
- [Specify the prefix for TLS certificates [/etc/ssl]]),
- [CERTIFICATEROOT="$withval"],
- [CERTIFICATEROOT="/etc/ssl"])
-
-AC_SUBST(CERTIFICATEROOT)
-
# ------------------------------------------------------------------------------
AC_ARG_ENABLE([pam],
AS_HELP_STRING([--disable-pam],[Disable optional PAM support]),
@@ -702,7 +693,6 @@ AC_MSG_RESULT([
Zsh completions dir: ${with_zshcompletiondir}
Maximum System UID: ${SYSTEM_UID_MAX}
Maximum System GID: ${SYSTEM_GID_MAX}
- Certificate root: ${CERTIFICATEROOT}
CFLAGS: ${OUR_CFLAGS} ${CFLAGS}
CPPFLAGS: ${OUR_CPPFLAGS} ${CPPFLAGS}