]> git.sur5r.net Git - openldap/commitdiff
Import fix for ITS#9 from devel. -lwrap failed due to missing externs.
authorKurt Zeilenga <kurt@openldap.org>
Sun, 20 Dec 1998 19:46:55 +0000 (19:46 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 20 Dec 1998 19:46:55 +0000 (19:46 +0000)
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