Fix ipc check on OpenBSD

This commit is contained in:
Matthieu Herrb 2008-05-19 06:12:04 +02:00 committed by Matthieu Herrb
parent ce4d4b3c1b
commit 41a65e1104

View File

@ -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>
],[
{