From 5a9e89a03920789e2e3009b7d87def5f12ed94bb Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sun, 20 Dec 1998 19:46:55 +0000 Subject: [PATCH] Import fix for ITS#9 from devel. -lwrap failed due to missing externs. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5