mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 23:29:34 -05:00
misc cleanup
This commit is contained in:
parent
2e769ccf43
commit
ac1406ad7a
1 changed files with 0 additions and 4 deletions
|
|
@ -249,9 +249,6 @@ fi
|
||||||
LIBTERMCAP="-ltermcap"
|
LIBTERMCAP="-ltermcap"
|
||||||
AC_SUBST(LIBTERMCAP)
|
AC_SUBST(LIBTERMCAP)
|
||||||
|
|
||||||
# FreeBSD has obsoleted re_comp(3) from -lc, needs -lcompat
|
|
||||||
AC_CHECK_LIB(compat, re_comp)
|
|
||||||
|
|
||||||
# FreeBSD (and others) have crypt(3) in -lcrypt
|
# FreeBSD (and others) have crypt(3) in -lcrypt
|
||||||
LIBCRYPT=
|
LIBCRYPT=
|
||||||
AC_CHECK_FUNC(crypt, AC_DEFINE(HAVE_CRYPT), [
|
AC_CHECK_FUNC(crypt, AC_DEFINE(HAVE_CRYPT), [
|
||||||
|
|
@ -321,7 +318,6 @@ AC_REPLACE_FUNCS(strdup)
|
||||||
# Check Configuration
|
# Check Configuration
|
||||||
CF_SYS_ERRLIST
|
CF_SYS_ERRLIST
|
||||||
|
|
||||||
|
|
||||||
AC_SUBST(BUILD_LDAPD)
|
AC_SUBST(BUILD_LDAPD)
|
||||||
|
|
||||||
AC_SUBST(BUILD_SLAPD)
|
AC_SUBST(BUILD_SLAPD)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue