mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
ITS#8874 - Regenerate configure
This commit is contained in:
parent
59f8d06d33
commit
37e630c5d1
4
configure
vendored
4
configure
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user