diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-03-15 00:54:55 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-03-15 00:54:55 +0100 |
commit | 7972d82436f5d93606fb538be180250f2f28de6b (patch) | |
tree | fb27ad4dce4f1119a65b41869f73ad1407814298 /source4/auth | |
parent | 3eede51ecbccba8de6ee5380cd8db084b91f7512 (diff) | |
download | samba-7972d82436f5d93606fb538be180250f2f28de6b.tar.gz samba-7972d82436f5d93606fb538be180250f2f28de6b.tar.xz samba-7972d82436f5d93606fb538be180250f2f28de6b.zip |
Remove -L/usr/lib from a couple more make variables.
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/config.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/auth/config.m4 b/source4/auth/config.m4 index a271a9f6fe4..fb9ee58c60f 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 |