From: Kurt Zeilenga Date: Sun, 20 Dec 1998 19:46:55 +0000 (+0000) Subject: Import fix for ITS#9 from devel. -lwrap failed due to missing externs. X-Git-Tag: OPENLDAP_REL_ENG_1_1_1~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a9e89a03920789e2e3009b7d87def5f12ed94bb;p=thirdparty%2Fopenldap.git Import fix for ITS#9 from devel. -lwrap failed due to missing externs. --- diff --git a/configure.in b/configure.in index dbe50d08fe..bc6b50805c 100644 --- a/configure.in +++ b/configure.in @@ -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