]> git.sur5r.net Git - openldap/commitdiff
misc cleanup
authorKurt Zeilenga <kurt@openldap.org>
Fri, 18 Sep 1998 17:35:44 +0000 (17:35 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 18 Sep 1998 17:35:44 +0000 (17:35 +0000)
configure.in

index e6a53194cc51f03027a641c4e0296d88e53b9c4c..4b200f5b3353e8c1652231ebb75c56e3f0b40f96 100644 (file)
@@ -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)