From 912699ff588056d2bbe2147c04fa75588d0d5f16 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Wed, 3 Jul 2013 14:24:23 +0200 Subject: Remove winbind client configure check With the replacement of the winbind calls in the extdom plugin none of the plugins is using the winbind client libraries anymore. --- daemons/configure.ac | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/daemons/configure.ac b/daemons/configure.ac index 62722d554..f0f9ea80f 100644 --- a/daemons/configure.ac +++ b/daemons/configure.ac @@ -167,17 +167,6 @@ PKG_CHECK_MODULES([NDR], [ndr]) PKG_CHECK_MODULES([SAMBAUTIL], [samba-util]) SAMBA40EXTRA_LIBPATH="-L`$PKG_CONFIG --variable=libdir samba-util`/samba -Wl,-rpath=`$PKG_CONFIG --variable=libdir samba-util`/samba" AC_SUBST(SAMBA40EXTRA_LIBPATH) -AC_CHECK_HEADERS([samba-4.0/wbclient.h], - , - [AC_MSG_ERROR([samba-4.0/wbclient.h not found])], - [#include - #include ]) -AC_CHECK_LIB([wbclient], - [wbcLookupSid], - [WBCLIENT_LIBS="$SAMBA40EXTRA_LIBPATH -lwbclient"], - [AC_MSG_ERROR([libwbclient does not have wbcLookupSid])], - [$SAMBA40EXTRA_LIBPATH]) -AC_SUBST(WBCLIENT_LIBS) AC_CHECK_LIB([pdb], [make_pdb_method], -- cgit