summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2013-07-03 14:24:23 +0200
committerAlexander Bokovoy <abokovoy@redhat.com>2013-07-11 12:39:27 +0300
commit912699ff588056d2bbe2147c04fa75588d0d5f16 (patch)
treec00aa8fd0c4f8e5bea2bc1aef3840e7e5e7aa9eb
parent18c5e483db719442de2965754ce912d0e4a02f61 (diff)
downloadfreeipa-912699ff588056d2bbe2147c04fa75588d0d5f16.tar.gz
freeipa-912699ff588056d2bbe2147c04fa75588d0d5f16.tar.xz
freeipa-912699ff588056d2bbe2147c04fa75588d0d5f16.zip
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.
-rw-r--r--daemons/configure.ac11
1 files changed, 0 insertions, 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 <stdbool.h>
- #include <stdint.h>])
-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],