xserver: Branch 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Sat Dec 2 02:43:21 EET 2006


 configure.ac |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree a5d6499d666fea4a9988118ddd3a5e4c9cfcc32c (from 89b2aa9be81613cb1a06bd535bf50ecf2a00208d)
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Fri Dec 1 16:42:37 2006 -0800

    Fix syntax error in configure check for SYSV_IPC that broke with Sun cc

diff --git a/configure.ac b/configure.ac
index db2234f..1aa5455 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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;



More information about the xorg-commit mailing list