ITS#9847 - Regenerate configure

This commit is contained in:
Quanah Gibson-Mount 2022-05-16 15:08:19 +00:00
parent b37bcadf2e
commit e8442873d0

9
configure vendored

@ -1,5 +1,5 @@
#! /bin/sh
# From configure.ac Id: a0879bc38cef5ec496baf18c66d4038bcf25368b .
# From configure.ac Id: d8c1df3b7894073b6829fab8b4ef822fafc80f34 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69.
#
@ -15991,6 +15991,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();