--- rpl/Attic/configure.in 2011/09/16 17:47:07 1.86 +++ rpl/Attic/configure.in 2011/09/16 17:56:04 1.87 @@ -215,7 +215,8 @@ fi], AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([#include #include -#include ], +#include + ], [ int fd; char *sem = "/sem.test"; fd = shm_open(sem , O_CREAT | O_RDWR, S_IRUSR | S_IWUSR); close(fd); @@ -230,7 +231,7 @@ fd = shm_open(sem , O_CREAT | O_RDWR, S_ if test "$IPCS_SYSV" = "-UIPCS_SYSV"; then REG=$LDFLAGS LDFLAGS=-pthread -AC_MSG_CHECKING([for POSIX anonymous semaphores]) +[AC_MSG_CHECKING([for POSIX anonymous semaphores]) AC_RUN_IFELSE( [AC_LANG_PROGRAM([#include ],