From f236700ef67d4f93ec56ec7808584552e94e0dfe Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 13 May 2004 10:20:53 +0000 Subject: r665: merge over the new build system from my tmp branch to the main SAMBA_4_0 tree. NOTE: that it's not completely ready, but it's functional:-) metze (This used to be commit c78a2ddb28ec50d6570a83b1f66f18a5c3621731) --- source4/libads/config.m4 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source4/libads') diff --git a/source4/libads/config.m4 b/source4/libads/config.m4 index a7a882f048..2f26fa1732 100644 --- a/source4/libads/config.m4 +++ b/source4/libads/config.m4 @@ -86,6 +86,8 @@ if test x"$with_ldap_support" != x"no"; then LIBS=$ac_save_LIBS fi +#hack +LIBS="$LIBS $LDAP_LIBS" ################################################# # active directory support @@ -440,3 +442,6 @@ if test x"$with_ads_support" != x"no"; then fi LIBS="$ac_save_LIBS" fi + +#hack +LIBS="$LIBS $KRB5_LIBS" -- cgit