From 1f0835c362b9318042541b7bf04a43ff7c50751d Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 31 Aug 2007 13:51:02 +0000 Subject: r24838: Now for real: build the locator, if we can. Guenther (This used to be commit 28f9b8d98dabd9ba8e812ca01bcf4fc192fb5e44) --- source3/configure.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'source3') diff --git a/source3/configure.in b/source3/configure.in index 6997106ffb..d978a804e6 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -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" -- cgit