]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Only allow autoca building with openssl
authorOndřej Kuzník <ondra@mistotebe.net>
Tue, 27 Aug 2019 16:22:39 +0000 (17:22 +0100)
committerOndřej Kuzník <ondra@mistotebe.net>
Tue, 27 Aug 2019 16:23:13 +0000 (17:23 +0100)
configure.in

index e62dd90e07ed6b95fd88eaf995c8589a19dfd284..5b45fa5452557a57d4cd4f02c71e3c8d5d4192f1 100644 (file)
@@ -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