mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 00:38:00 +02:00
Fix syntax error in configure check for SYSV_IPC that broke with Sun cc
(cherry picked from a5d6499d66 commit)
This commit is contained in:
parent
dd8bc0162c
commit
fde2d5e033
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ AC_CACHE_CHECK([for SYSV IPC],
|
|||
[AC_TRY_LINK([
|
||||
#include <sys/shm.h>
|
||||
],[
|
||||
int main () {
|
||||
{
|
||||
int id;
|
||||
id = shmget(IPC_PRIVATE, 512, SHM_W | SHM_R);
|
||||
if (id < 0) return -1;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue