You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# 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])
|