diff options
Diffstat (limited to 'source4/libads/config.m4')
-rw-r--r-- | source4/libads/config.m4 | 5 |
1 files changed, 5 insertions, 0 deletions
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" |