From: Quanah Gibson-Mount Date: Thu, 24 Jun 2021 17:47:23 +0000 (+0000) Subject: ITS#8874 - Regenerate configure X-Git-Tag: OPENLDAP_REL_ENG_2_6_0~181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37e630c5d154aa90495e99ca6ca837923d22f830;p=thirdparty%2Fopenldap.git ITS#8874 - Regenerate configure --- diff --git a/configure b/configure index dbacdca98d..91c6b6b977 100755 --- a/configure +++ b/configure @@ -23011,7 +23011,7 @@ fi ol_link_fetch=no if test $ol_with_fetch != no ; then ol_LIBS=$LIBS -LIBS="-lfetch -lcom_err $LIBS" +LIBS="-lfetch $LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: checking fetch(3) library" >&5 $as_echo_n "checking fetch(3) library... " >&6; } if ${ol_cv_lib_fetch+:} false; then : @@ -23046,7 +23046,7 @@ fi $as_echo "$ol_cv_lib_fetch" >&6; } LIBS=$ol_LIBS if test $ol_cv_lib_fetch != no ; then - ol_link_fetch="-lfetch -lcom_err" + ol_link_fetch="-lfetch" $as_echo "#define HAVE_FETCH 1" >>confdefs.h