summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2019-04-28 16:01:14 -0600
committerEduardo Chappa <chappa@washington.edu>2019-04-28 16:01:14 -0600
commit19cde66486e27063a9af8cfd79c6eb7f106b9111 (patch)
treefb4030770107efa52e0be46a6bbc755fbd590229 /configure
parent3443fe5fcfcb33d3a2510111855e619632de57df (diff)
downloadalpine-19cde66486e27063a9af8cfd79c6eb7f106b9111.tar.xz
* 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.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure b/configure
index 0f34f07..e223b0e 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