Update configure for MozNSS check
This commit is contained in:
Quanah Gibson-Mount 2012-09-18 15:41:58 -07:00
parent 40aaca74e3
commit f2ffd05a99
2 changed files with 4 additions and 1 deletions

View file

@ -10,6 +10,7 @@ OpenLDAP 2.4.33 Engineering
Fixed slapd acl handling with zero-length values (ITS#7350)
Fixed slapd syncprov to not reference ops inside a lock (ITS#7172)
Fixed slapd delta-syncrepl MMR with large attribute values (ITS#7354)
Fixed slapd slapd_rw_destroy function (ITS#7390)
Fixed slapd-mdb slapadd -q -w double free (ITS#7356)
Fixed slapd-mdb to close read txn in reindex commit (ITS#7386)
Fixed slapo-constraint with multiple modifications (ITS#7168)

4
configure vendored
View file

@ -1,5 +1,5 @@
#! /bin/sh
# From configure.in Id: 5d7d475f16befcc240afc953c9a8775677566d23 .
# From configure.in Id: 792cf0cd7da87fae39dca56961bcad11cf8b3d38 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.65.
#
@ -15764,7 +15764,9 @@ $as_echo "#define HAVE_MOZNSS 1" >>confdefs.h
TLS_LIBS="-lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4"
else
if test $ol_with_tls = moznss ; then
as_fn_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)" "$LINENO" 5
fi
fi
fi
fi