summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-03-15 00:54:55 +0100
committerJelmer Vernooij <jelmer@samba.org>2009-03-15 00:54:55 +0100
commit7972d82436f5d93606fb538be180250f2f28de6b (patch)
treefb27ad4dce4f1119a65b41869f73ad1407814298 /source4/auth
parent3eede51ecbccba8de6ee5380cd8db084b91f7512 (diff)
downloadsamba-7972d82436f5d93606fb538be180250f2f28de6b.tar.gz
samba-7972d82436f5d93606fb538be180250f2f28de6b.tar.bz2
samba-7972d82436f5d93606fb538be180250f2f28de6b.zip
Remove -L/usr/lib from a couple more make variables.
Diffstat (limited to 'source4/auth')
-rw-r--r--source4/auth/config.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/auth/config.m4 b/source4/auth/config.m4
index a271a9f6fe..fb9ee58c60 100644
--- a/source4/auth/config.m4
+++ b/source4/auth/config.m4
@@ -27,6 +27,7 @@ if test x"$ac_cv_header_sasl_sasl_h" = x"yes" -a x"$ac_cv_lib_ext_sasl2_sasl_cli
SASL_CFLAGS="$CFLAGS"
SASL_CPPFLAGS="$CPPFLAGS"
SASL_LDFLAGS="$LDFLAGS"
+ LIB_REMOVE_USR_LIB(SASL_LDFLAGS)
else
SMB_ENABLE(cyrus_sasl,NO)
fi