Fix ipc check on OpenBSD
This commit is contained in:
parent
ce4d4b3c1b
commit
41a65e1104
|
@ -262,6 +262,8 @@ AM_CONDITIONAL(FREEBSD_KLDLOAD, [test "x$ac_cv_sys_linker_h" = xyes])
|
|||
AC_CACHE_CHECK([for SYSV IPC],
|
||||
ac_cv_sysv_ipc,
|
||||
[AC_TRY_LINK([
|
||||
#include <sys/types.h>
|
||||
#include <sys/ipc.h>
|
||||
#include <sys/shm.h>
|
||||
],[
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue