From 737f220dda8ed21d77cb1ccbf253d1fc321ccbf4 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 8 Jun 2011 18:52:52 -0700 Subject: [PATCH] ITS#6889 libfetch is a libldap dependency --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index ffcaf2e31c..9a6b25c794 100644 --- a/configure.in +++ b/configure.in @@ -2164,7 +2164,7 @@ if test $ol_with_fetch != no ; then OL_LIB_FETCH if test $ol_cv_lib_fetch != no ; then - LUTIL_LIBS="$LUTIL_LIBS $ol_link_fetch" + LIBS="$LIBS $ol_link_fetch" ol_link_fetch=freebsd elif test $ol_with_fetch != auto ; then -- 2.47.2