From fde2d5e033ea7eab10b2c0aac56a9e581cbb8898 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 1 Dec 2006 16:42:37 -0800 Subject: Fix syntax error in configure check for SYSV_IPC that broke with Sun cc (cherry picked from a5d6499d666fea4a9988118ddd3a5e4c9cfcc32c commit) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 13561b23a..249f58dfb 100644 --- a/configure.ac +++ b/configure.ac @@ -153,7 +153,7 @@ AC_CACHE_CHECK([for SYSV IPC], [AC_TRY_LINK([ #include ],[ -int main () { +{ int id; id = shmget(IPC_PRIVATE, 512, SHM_W | SHM_R); if (id < 0) return -1; -- cgit v1.2.3