]> git.sur5r.net Git - openldap/commitdiff
ITS#6889 libfetch is a libldap dependency
authorHoward Chu <hyc@openldap.org>
Thu, 9 Jun 2011 01:52:52 +0000 (18:52 -0700)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 9 Jun 2011 18:03:10 +0000 (11:03 -0700)
configure.in

index 1d573e0701efe896a879cfcd059811288c28befa..0872d81cac3e054090899a5f936e75ca8e679e94 100644 (file)
@@ -2165,7 +2165,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