mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 05:30:07 -05:00
Don't error out if tls=auto and MozNSS not found
This commit is contained in:
parent
30bb0b0b2a
commit
cb1b9e2a3e
1 changed files with 2 additions and 0 deletions
|
|
@ -1242,7 +1242,9 @@ if test $ol_link_tls = no ; then
|
|||
[define if you have MozNSS])
|
||||
TLS_LIBS="-lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4"
|
||||
else
|
||||
if test $ol_with_tls = moznss ; then
|
||||
AC_MSG_ERROR([MozNSS not found - please specify the location to the NSPR and NSS header files in CPPFLAGS and the location to the NSPR and NSS libraries in LDFLAGS (if not in the system location)])
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue