]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#10306 - Regenerate configure
authorQuanah Gibson-Mount <quanah@openldap.org>
Thu, 11 Dec 2025 20:41:22 +0000 (20:41 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 11 Dec 2025 20:41:22 +0000 (20:41 +0000)
configure

index 44bfa278edab67510b837f7e5fe66a68c6e413ff..d4db4de80f122927864a83ee001a6c6b7c75401b 100755 (executable)
--- a/configure
+++ b/configure
@@ -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.
 #
 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