From: Kurt Zeilenga Date: Fri, 18 Sep 1998 17:35:44 +0000 (+0000) Subject: misc cleanup X-Git-Tag: PHP3_TOOL_0_0~18^2~115 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ac1406ad7a171d977b6c565a66f0fbacd91ff907;p=openldap misc cleanup --- diff --git a/configure.in b/configure.in index e6a53194cc..4b200f5b33 100644 --- a/configure.in +++ b/configure.in @@ -249,9 +249,6 @@ fi LIBTERMCAP="-ltermcap" 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 LIBCRYPT= AC_CHECK_FUNC(crypt, AC_DEFINE(HAVE_CRYPT), [ @@ -321,7 +318,6 @@ AC_REPLACE_FUNCS(strdup) # Check Configuration CF_SYS_ERRLIST - AC_SUBST(BUILD_LDAPD) AC_SUBST(BUILD_SLAPD)