mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Bug #4038: Unbreak the SYSVIPC check for cross builds. (Detlef Vollman)
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user