diff options
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 1 |
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) |