summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-12-07 21:37:17 +0000
committerLuke Leighton <lkcl@samba.org>1998-12-07 21:37:17 +0000
commit699bae847f3a29514d06424bf20e98e96dd89d8a (patch)
tree300327d2a8c000d5153a499aaf04153c58687c7c /source3/configure.in
parent54529fbd66a1adefbc0187ca4e594ff286f5f14f (diff)
downloadsamba-699bae847f3a29514d06424bf20e98e96dd89d8a.tar.gz
samba-699bae847f3a29514d06424bf20e98e96dd89d8a.tar.bz2
samba-699bae847f3a29514d06424bf20e98e96dd89d8a.zip
matthew chapman's ldap code, to date. plus docs!
(This used to be commit 2c438c86cbb38833b3abd4fbead6324687633b25)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index b888d099ca..be76b4d6de 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -775,6 +775,7 @@ AC_ARG_WITH(ldap,
yes)
AC_MSG_RESULT(yes)
AC_DEFINE(WITH_LDAP)
+ LIBS="$LIBS -lldap -llber"
;;
*)
AC_MSG_RESULT(no)