mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Fix syntax error in configure check for SYSV_IPC that broke with Sun cc
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user