Signed-off-by: François Andriot <francois.andriot@free.fr> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>pull/1/head
parent
5a660f4af9
commit
f07bc86d04
@ -0,0 +1,6 @@
|
||||
|
||||
# Check for slapi-plugin.h
|
||||
AC_CHECK_HEADERS(slapi-plugin.h)
|
||||
|
||||
# Check for the slapi library
|
||||
AC_CHECK_LIB(slapi, slapi_pblock_get, AC_SUBST(SLAPI_LIBRARIES, "-lslapi"), [], [-shared -fPIC])
|
Loading…
Reference in new issue