mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
r24838: Now for real: build the locator, if we can.
Guenther
(This used to be commit 28f9b8d98d
)
This commit is contained in:
parent
b202692875
commit
1f0835c362
@ -3756,6 +3756,10 @@ if test x"$with_ads_support" != x"no"; then
|
||||
LDFLAGS=$ac_save_LDFLAGS
|
||||
fi
|
||||
AC_CHECK_HEADERS(krb5/locate_plugin.h)
|
||||
if test x"$ac_cv_header_krb5_locate_plugin_h" = x"yes"; then
|
||||
SMB_KRB5_LOCATOR="bin/smb_krb5_locator.$SHLIBEXT"
|
||||
EXTRA_ALL_TARGETS="$EXTRA_ALL_TARGETS $SMB_KRB5_LOCATOR"
|
||||
fi
|
||||
fi
|
||||
|
||||
# Now we have determined whether we really want ADS support
|
||||
@ -5987,8 +5991,6 @@ WINBIND_WINS_NSS="nsswitch/libnss_wins.$SHLIBEXT"
|
||||
WINBIND_NSS_LDSHFLAGS=$LDSHFLAGS
|
||||
NSSSONAMEVERSIONSUFFIX=""
|
||||
|
||||
SMB_KRB5_LOCATOR="bin/smb_krb5_locator.$SHLIBEXT"
|
||||
|
||||
case "$host_os" in
|
||||
linux*-gnu* | gnu* | k*bsd*-gnu)
|
||||
NSSSONAMEVERSIONSUFFIX=".2"
|
||||
|
Loading…
Reference in New Issue
Block a user