mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-04 13:00:28 +01:00
Fix syntax error in configure check for SYSV_IPC that broke with Sun cc
This commit is contained in:
parent
89b2aa9be8
commit
a5d6499d66
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,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