diff options
| author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2008-05-19 06:12:04 +0200 | 
|---|---|---|
| committer | Matthieu Herrb <matthieu@bluenote.herrb.net> | 2008-06-19 16:58:06 +0200 | 
| commit | 41a65e110409a290288180e8e1517f053f877586 (patch) | |
| tree | 2e5753ffdb16a49f7ae4a23c5bcd7adf0399e449 | |
| parent | ce4d4b3c1b0e25f64d6f781b09528b2f3ae33207 (diff) | |
Fix ipc check on OpenBSD
| -rw-r--r-- | configure.ac | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/configure.ac b/configure.ac index fec18caee..f6997e59a 100644 --- a/configure.ac +++ b/configure.ac @@ -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>  ],[  {  | 
