]> git.sur5r.net Git - openldap/blobdiff - configure.in
Import value_cmp fix from -devel.
[openldap] / configure.in
index dbe50d08fe14f9fd82a3292032cb9cdc7131b257..bc6b50805c3988a833a78837641a5106d4356587 100644 (file)
@@ -935,7 +935,7 @@ if test $ol_link_ldbm = no -a $ol_enable_ldbm != no ; then
 fi
 
 if test $ol_enable_wrappers = yes ; then
-       AC_CHECK_LIB(wrap, hosts_access,
+       AC_CHECK_LIB(wrap, main,
                [have_wrappers=yes], [have_wrappers=no])
 
        if test $have_wrappers = yes ; then