mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-18 21:26:29 -05:00
ITS#10306 - Regenerate configure
This commit is contained in:
parent
b7d3e353ec
commit
8423637333
1 changed files with 50 additions and 29 deletions
79
configure
vendored
79
configure
vendored
|
|
@ -1,5 +1,5 @@
|
|||
#! /bin/sh
|
||||
# From configure.ac Id: 82e4edabd0e1b283a2186434f3d02ed61ce72cb7 .
|
||||
# From configure.ac Id: a8f797fc3d533e9ea2de32cfcad8b1333b0a0544 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.71.
|
||||
#
|
||||
|
|
@ -17082,10 +17082,14 @@ fi
|
|||
if test "${ac_cv_header_sys_epoll_h}" = yes; then
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for epoll system call" >&5
|
||||
printf %s "checking for epoll system call... " >&6; }
|
||||
if test ${ol_cv_have_epoll+y}
|
||||
then :
|
||||
printf %s "(cached) " >&6
|
||||
else $as_nop
|
||||
|
||||
if test "$cross_compiling" = yes
|
||||
then :
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
||||
printf "%s\n" "no" >&6; }
|
||||
ol_cv_have_epoll=no
|
||||
else $as_nop
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
|
|
@ -17101,20 +17105,23 @@ int main(int argc, char **argv)
|
|||
_ACEOF
|
||||
if ac_fn_c_try_run "$LINENO"
|
||||
then :
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
||||
printf "%s\n" "yes" >&6; }
|
||||
|
||||
printf "%s\n" "#define HAVE_EPOLL 1" >>confdefs.h
|
||||
|
||||
ol_cv_have_epoll=yes
|
||||
else $as_nop
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
||||
printf "%s\n" "no" >&6; }
|
||||
ol_cv_have_epoll=no
|
||||
fi
|
||||
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
|
||||
conftest.$ac_objext conftest.beam conftest.$ac_ext
|
||||
fi
|
||||
|
||||
fi
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ol_cv_have_epoll" >&5
|
||||
printf "%s\n" "$ol_cv_have_epoll" >&6; }
|
||||
if test $ol_cv_have_epoll = yes ; then
|
||||
|
||||
printf "%s\n" "#define HAVE_EPOLL 1" >>confdefs.h
|
||||
|
||||
fi
|
||||
fi
|
||||
|
||||
ac_fn_c_check_header_compile "$LINENO" "sys/event.h" "ac_cv_header_sys_event_h" "$ac_includes_default"
|
||||
if test "x$ac_cv_header_sys_event_h" = xyes
|
||||
|
|
@ -17124,12 +17131,16 @@ then :
|
|||
fi
|
||||
|
||||
if test "${ac_cv_header_sys_event_h}" = yes; then
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for kqueue system call" >&5
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for kqueue system call" >&5
|
||||
printf %s "checking for kqueue system call... " >&6; }
|
||||
if test ${ol_cv_have_kqueue+y}
|
||||
then :
|
||||
printf %s "(cached) " >&6
|
||||
else $as_nop
|
||||
|
||||
if test "$cross_compiling" = yes
|
||||
then :
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
||||
printf "%s\n" "no" >&6; }
|
||||
ol_cv_have_kqueue=no
|
||||
else $as_nop
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
|
|
@ -17148,20 +17159,23 @@ int main(int argc, char **argv)
|
|||
_ACEOF
|
||||
if ac_fn_c_try_run "$LINENO"
|
||||
then :
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
||||
printf "%s\n" "yes" >&6; }
|
||||
|
||||
printf "%s\n" "#define HAVE_KQUEUE 1" >>confdefs.h
|
||||
|
||||
ol_cv_have_kqueue=yes
|
||||
else $as_nop
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
||||
printf "%s\n" "no" >&6; }
|
||||
ol_cv_have_kqueue=no
|
||||
fi
|
||||
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
|
||||
conftest.$ac_objext conftest.beam conftest.$ac_ext
|
||||
fi
|
||||
|
||||
fi
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ol_cv_have_kqueue" >&5
|
||||
printf "%s\n" "$ol_cv_have_kqueue" >&6; }
|
||||
if test $ol_cv_have_kqueue = yes ; then
|
||||
|
||||
printf "%s\n" "#define HAVE_KQUEUE 1" >>confdefs.h
|
||||
|
||||
fi
|
||||
fi
|
||||
|
||||
ac_fn_c_check_header_compile "$LINENO" "sys/devpoll.h" "ac_cv_header_sys_devpoll_h" "$ac_includes_default"
|
||||
if test "x$ac_cv_header_sys_devpoll_h" = xyes
|
||||
|
|
@ -17175,10 +17189,14 @@ if test "${ac_cv_header_sys_devpoll_h}" = yes \
|
|||
then
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for /dev/poll" >&5
|
||||
printf %s "checking for /dev/poll... " >&6; }
|
||||
if test ${ol_cv_have_devpoll+y}
|
||||
then :
|
||||
printf %s "(cached) " >&6
|
||||
else $as_nop
|
||||
|
||||
if test "$cross_compiling" = yes
|
||||
then :
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
||||
printf "%s\n" "no" >&6; }
|
||||
ol_cv_have_devpoll=no
|
||||
else $as_nop
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
|
|
@ -17190,20 +17208,23 @@ int main(int argc, char **argv)
|
|||
_ACEOF
|
||||
if ac_fn_c_try_run "$LINENO"
|
||||
then :
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
||||
printf "%s\n" "yes" >&6; }
|
||||
|
||||
printf "%s\n" "#define HAVE_DEVPOLL 1" >>confdefs.h
|
||||
|
||||
ol_cv_have_devpoll=yes
|
||||
else $as_nop
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
||||
printf "%s\n" "no" >&6; }
|
||||
ol_cv_have_devpoll=no
|
||||
fi
|
||||
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
|
||||
conftest.$ac_objext conftest.beam conftest.$ac_ext
|
||||
fi
|
||||
|
||||
fi
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ol_cv_have_devpoll" >&5
|
||||
printf "%s\n" "$ol_cv_have_devpoll" >&6; }
|
||||
if test $ol_cv_have_devpoll = yes ; then
|
||||
|
||||
printf "%s\n" "#define HAVE_DEVPOLL 1" >>confdefs.h
|
||||
|
||||
fi
|
||||
fi
|
||||
|
||||
ac_fn_c_check_func "$LINENO" "strerror" "ac_cv_func_strerror"
|
||||
if test "x$ac_cv_func_strerror" = xyes
|
||||
|
|
|
|||
Loading…
Reference in a new issue