Bug #4038: Unbreak the SYSVIPC check for cross builds. (Detlef Vollman)

This commit is contained in:
Adam Jackson 2005-10-05 00:55:08 +00:00
parent f47f00ab74
commit 34a8411ede
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-10-04 Adam Jackson <ajax@freedesktop.org>
* configure.ac:
Bug #4038: Unbreak the SYSVIPC check for cross builds. (Detlef Vollman)
2005-10-04 Aaron Plattner <aplattner@nvidia.com>
* hw/xfree86/loader/Makefile.am:

View File

@ -139,7 +139,7 @@ AM_CONDITIONAL(FREEBSD_KLDLOAD, [test "x$ac_cv_sys_linker_h" == xyes])
AC_CACHE_CHECK([for SYSV IPC],
ac_cv_sysv_ipc,
[AC_TRY_RUN([
[AC_TRY_LINK([
#include <sys/shm.h>
int main () {
int id;