From: Ondřej Kuzník Date: Tue, 27 Aug 2019 16:22:39 +0000 (+0100) Subject: Only allow autoca building with openssl X-Git-Tag: OPENLDAP_REL_ENG_2_5_0ALPHA~67^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e192a0e544976bff7f20216319a8c97470d2cbd5;p=thirdparty%2Fopenldap.git Only allow autoca building with openssl --- 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