Diff for /rpl/Attic/configure.in between versions 1.85 and 1.87

version 1.85, 2011/09/16 16:37:07 version 1.87, 2011/09/16 17:56:04
Line 215  fi], Line 215  fi],
 AC_COMPILE_IFELSE(  AC_COMPILE_IFELSE(
 [AC_LANG_PROGRAM([#include <sys/mman.h>  [AC_LANG_PROGRAM([#include <sys/mman.h>
 #include <sys/stat.h>  #include <sys/stat.h>
 #include <fcntl.h>],  #include <fcntl.h>
    ],
 [ int fd; char *sem = "/sem.test";  [ int fd; char *sem = "/sem.test";
 fd = shm_open(sem , O_CREAT | O_RDWR, S_IRUSR | S_IWUSR);  fd = shm_open(sem , O_CREAT | O_RDWR, S_IRUSR | S_IWUSR);
   close(fd);    close(fd);
Line 230  fd = shm_open(sem , O_CREAT | O_RDWR, S_ Line 231  fd = shm_open(sem , O_CREAT | O_RDWR, S_
 if test "$IPCS_SYSV" = "-UIPCS_SYSV"; then  if test "$IPCS_SYSV" = "-UIPCS_SYSV"; then
 REG=$LDFLAGS  REG=$LDFLAGS
 LDFLAGS=-pthread  LDFLAGS=-pthread
 AC_MSG_CHECKING([for POSIX anonymous semaphores])  [AC_MSG_CHECKING([for POSIX anonymous semaphores])
 AC_RUN_IFELSE(  AC_RUN_IFELSE(
 [AC_LANG_PROGRAM([#include <semaphore.h>  [AC_LANG_PROGRAM([#include <semaphore.h>
  ],   ],
Line 1203  AC_SUBST(FILE) Line 1204  AC_SUBST(FILE)
 AC_SUBST(ICONV)  AC_SUBST(ICONV)
 AC_SUBST(SQLITE)  AC_SUBST(SQLITE)
 AC_SUBST(OPENSSL)  AC_SUBST(OPENSSL)
   AC_SUBST(LIBXPM)
 AC_SUBST(OPENMOTIF)  AC_SUBST(OPENMOTIF)
 AC_SUBST(BUILD_OPENMOTIF)  AC_SUBST(BUILD_OPENMOTIF)
 AC_SUBST(SIGSEGV)  AC_SUBST(SIGSEGV)

Removed from v.1.85  
changed lines
  Added in v.1.87


CVSweb interface <joel.bertrand@systella.fr>