mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Warn if attempting to build ldapd. (In preparation to move
ldapd to that Attic)
This commit is contained in:
parent
21c70857f1
commit
22adfb812f
2 changed files with 544 additions and 535 deletions
|
|
@ -452,6 +452,8 @@ AC_FUNC_SELECT_ARGTYPES
|
||||||
# ISODE tests
|
# ISODE tests
|
||||||
ol_link_isode=no
|
ol_link_isode=no
|
||||||
if test $ol_enable_ldapd != no ; then
|
if test $ol_enable_ldapd != no ; then
|
||||||
|
AC_MSG_WARN([ldapd support deprecated. Manual intervention required.])
|
||||||
|
|
||||||
dnl look for ISODE libraries
|
dnl look for ISODE libraries
|
||||||
AC_CHECK_LIB(xtpp, main, [
|
AC_CHECK_LIB(xtpp, main, [
|
||||||
ol_link_isode=yes
|
ol_link_isode=yes
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue