From 19cde66486e27063a9af8cfd79c6eb7f106b9111 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sun, 28 Apr 2019 16:01:14 -0600 Subject: * Compilation failure in Solaris when ldap is enabled. Reported by "mechanic" in comp.mail.pine. * Configure script modifications to set the ldap-dir value correctly. * Fix some typos in documentation. --- configure | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 0f34f07b..e223b0eb 100755 --- a/configure +++ b/configure @@ -18376,8 +18376,8 @@ else case $host in *-*-freebsd*) alpine_LDAPDIR="/usr/local" - alpine_LDAPINCLUDE="${LDAPDIR}/include" - alpine_LDAPLIB="${LDAPDIR}/lib" + alpine_LDAPINCLUDE="${alpine_LDAPDIR}/include" + alpine_LDAPLIB="${alpine_LDAPDIR}/lib" ;; esac; @@ -18389,8 +18389,8 @@ if test "${with_ldap_dir+set}" = set; then : withval=$with_ldap_dir; if test "x$withval" != "xno" ; then alpine_LDAPDIR="${withval}" - alpine_LDAPINCLUDE="${LDAPDIR}/include" - alpine_LDAPLIB="${LDAPDIR}/lib" + alpine_LDAPINCLUDE="${alpine_LDAPDIR}/include" + alpine_LDAPLIB="${alpine_LDAPDIR}/lib" fi fi @@ -19591,7 +19591,7 @@ else alpine_SSLTYPE="none" fi - if test "x$alpine_SSLTYPE" = "xnone" ; then + if test "x$aalpiLlpine_SSLTYPE" = "xnone" ; then as_fn_error $? "No library containing OPENSSL_init_ssl found in your path" "$LINENO" 5 exit 1 fi -- cgit v1.2.3-70-g09d2