mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 07:39:35 -05:00
Regenerate configure
This commit is contained in:
parent
42a7fcf19a
commit
27c95a70df
1 changed files with 17 additions and 11 deletions
28
configure
vendored
28
configure
vendored
|
|
@ -1,5 +1,5 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# From configure.in Id: d70d5c72ac4d46432c8be2361e4f7b543378319b .
|
# From configure.in Id: b347fe34b6da10656d58f36e042720ff12a6cfff .
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.65.
|
# Generated by GNU Autoconf 2.65.
|
||||||
#
|
#
|
||||||
|
|
@ -13936,9 +13936,9 @@ _ACEOF
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lnet" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for socket in -lnet" >&5
|
||||||
$as_echo_n "checking for main in -lnet... " >&6; }
|
$as_echo_n "checking for socket in -lnet... " >&6; }
|
||||||
if test "${ac_cv_lib_net_main+set}" = set; then :
|
if test "${ac_cv_lib_net_socket+set}" = set; then :
|
||||||
$as_echo_n "(cached) " >&6
|
$as_echo_n "(cached) " >&6
|
||||||
else
|
else
|
||||||
ac_check_lib_save_LIBS=$LIBS
|
ac_check_lib_save_LIBS=$LIBS
|
||||||
|
|
@ -13946,27 +13946,33 @@ LIBS="-lnet $LIBS"
|
||||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||||
/* end confdefs.h. */
|
/* end confdefs.h. */
|
||||||
|
|
||||||
|
/* Override any GCC internal prototype to avoid an error.
|
||||||
|
Use char because int might match the return type of a GCC
|
||||||
|
builtin and then its argument prototype would still apply. */
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C"
|
||||||
|
#endif
|
||||||
|
char socket ();
|
||||||
int
|
int
|
||||||
main ()
|
main ()
|
||||||
{
|
{
|
||||||
return main ();
|
return socket ();
|
||||||
;
|
;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
_ACEOF
|
_ACEOF
|
||||||
if ac_fn_c_try_link "$LINENO"; then :
|
if ac_fn_c_try_link "$LINENO"; then :
|
||||||
ac_cv_lib_net_main=yes
|
ac_cv_lib_net_socket=yes
|
||||||
else
|
else
|
||||||
ac_cv_lib_net_main=no
|
ac_cv_lib_net_socket=no
|
||||||
fi
|
fi
|
||||||
rm -f core conftest.err conftest.$ac_objext \
|
rm -f core conftest.err conftest.$ac_objext \
|
||||||
conftest$ac_exeext conftest.$ac_ext
|
conftest$ac_exeext conftest.$ac_ext
|
||||||
LIBS=$ac_check_lib_save_LIBS
|
LIBS=$ac_check_lib_save_LIBS
|
||||||
fi
|
fi
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_net_main" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_net_socket" >&5
|
||||||
$as_echo "$ac_cv_lib_net_main" >&6; }
|
$as_echo "$ac_cv_lib_net_socket" >&6; }
|
||||||
if test "x$ac_cv_lib_net_main" = x""yes; then :
|
if test "x$ac_cv_lib_net_socket" = x""yes; then :
|
||||||
cat >>confdefs.h <<_ACEOF
|
cat >>confdefs.h <<_ACEOF
|
||||||
#define HAVE_LIBNET 1
|
#define HAVE_LIBNET 1
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue