mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 23:29:34 -05:00
Only allow autoca building with openssl
This commit is contained in:
parent
67f81dccc8
commit
e192a0e544
1 changed files with 4 additions and 0 deletions
|
|
@ -2805,6 +2805,10 @@ if test "$ol_enable_auditlog" != no ; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$ol_enable_autoca" != no ; then
|
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
|
BUILD_AUTOCA=$ol_enable_autoca
|
||||||
if test "$ol_enable_autoca" = mod ; then
|
if test "$ol_enable_autoca" = mod ; then
|
||||||
MFLAG=SLAPD_MOD_DYNAMIC
|
MFLAG=SLAPD_MOD_DYNAMIC
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue