]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9847 - Regenerate configure
authorQuanah Gibson-Mount <quanah@openldap.org>
Mon, 16 May 2022 15:10:50 +0000 (15:10 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 16 May 2022 15:10:50 +0000 (15:10 +0000)
configure

index bea23a178000faa8e188d089867e2893b23edf92..f0513cbe0e2212cefef8023be3574c2c0df9b4af 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.ac Id: 1c372d9fe8d80795909df859a01abd486462d0a2 .
+# From configure.ac Id: 15bca89511fc428731cf9ab71a9b46e37511be67 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.69.
 #
@@ -16316,6 +16316,13 @@ $as_echo "no" >&6; }
 else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
+$ac_includes_default
+#ifdef HAVE_SYS_EVENT_H
+#include <sys/event.h>
+#endif
+#ifdef HAVE_SYS_TIME_H
+#include <sys/time.h>
+#endif
 int main(int argc, char **argv)
 {
        int kqfd = kqueue();