From 1251c33f86cd4be21c63ef3ffb2f348c8d8f5e0c Mon Sep 17 00:00:00 2001
From: Xueshan Feng <xueshan-feng@stanford.edu>
Date: Tue, 3 Mar 2020 21:46:42 -0800
Subject: [PATCH] Fix typo. [skip ci]

---
 build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index 0e45953..22c0e33 100755
--- a/build.sh
+++ b/build.sh
@@ -65,7 +65,7 @@ function install_openldap {
         --enable-debug --enable-dynamic --enable-syslog --enable-proctitle --enable-local --enable-modules \
         --enable-slapd --enable-dynacl --enable-aci --enable-cleartext --enable-crypt --enable-spasswd \
         --enable-rewrite --enable-rlookups --enable-slapi --enable-backends=mod --enable-overlays=mod \
-        --with-subdir=ldap --with-cyrus-sasl--with-threads --with-tls=openssl \
+        --with-subdir=ldap --with-cyrus-sasl --with-threads --with-tls=openssl \
         CFLAGS="-Wno-cast-function-type \
                 -Wno-implicit-function-declaration \
                 -Wno-incompatible-pointer-types \
-- 
GitLab