From e192a0e544976bff7f20216319a8c97470d2cbd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Kuzn=C3=ADk?= Date: Tue, 27 Aug 2019 17:22:39 +0100 Subject: [PATCH] Only allow autoca building with openssl --- configure.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.in b/configure.in index e62dd90e07..5b45fa5452 100644 --- a/configure.in +++ b/configure.in @@ -2805,6 +2805,10 @@ if test "$ol_enable_auditlog" != no ; then fi if test "$ol_enable_autoca" != no ; then + if test $ol_with_tls != openssl ; then + AC_MSG_ERROR([--enable-autoca=$ol_enable_autoca requires --with-tls=openssl]) + fi + BUILD_AUTOCA=$ol_enable_autoca if test "$ol_enable_autoca" = mod ; then MFLAG=SLAPD_MOD_DYNAMIC