Warn if attempting to build ldapd. (In preparation to move

ldapd to that Attic)
This commit is contained in:
Kurt Zeilenga 1999-06-03 00:40:40 +00:00
parent 21c70857f1
commit 22adfb812f
2 changed files with 544 additions and 535 deletions

1077
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -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