From 6b441e9e74b11bee4b661eaa17682d6351c264ff Mon Sep 17 00:00:00 2001 From: Guenther Deschner Date: Thu, 11 Oct 2007 15:12:12 +0200 Subject: Rename krb5 locator plugin to "winbind_krb5_locator". Guenther (This used to be commit 6ae4066bbb59536852036394ffdb89121198a39f) --- source3/configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index db4e068524..a5f817ba68 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -3751,8 +3751,8 @@ if test x"$with_ads_support" != x"no"; then 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" + WINBIND_KRB5_LOCATOR="bin/winbind_krb5_locator.$SHLIBEXT" + EXTRA_ALL_TARGETS="$EXTRA_ALL_TARGETS $WINBIND_KRB5_LOCATOR" fi fi @@ -6025,7 +6025,7 @@ AC_SUBST(WINBIND_NSS_EXTRA_OBJS) AC_SUBST(WINBIND_NSS_EXTRA_LIBS) AC_SUBST(NSSSONAMEVERSIONSUFFIX) -AC_SUBST(SMB_KRB5_LOCATOR) +AC_SUBST(WINBIND_KRB5_LOCATOR) # Check the setting of --with-winbind -- cgit