[BACK]Return to configure.ac CVS log [TXT][DIR] Up to [contributed] / dgamelaunch-openbsd

Diff for /dgamelaunch-openbsd/configure.ac between version 1.3 and 1.4

version 1.3, 2021/03/14 19:12:44 version 1.4, 2021/03/16 10:10:55
Line 161  AC_ARG_ENABLE(shmem,
Line 161  AC_ARG_ENABLE(shmem,
 [enable_shmem=yes], [])  [enable_shmem=yes], [])
   
 if test "$enable_shmem" = yes; then  if test "$enable_shmem" = yes; then
      AS_IF([ test "$(uname -s)" = "OpenBSD" ],
           [AC_MSG_ERROR([enable-shmem is not implemented for this platform.])])
    AC_CHECK_HEADERS([semaphore.h], [], [AC_MSG_ERROR([semaphore.h not found.])], [])     AC_CHECK_HEADERS([semaphore.h], [], [AC_MSG_ERROR([semaphore.h not found.])], [])
    AC_CHECK_HEADERS([sys/ipc.h], [], [AC_MSG_ERROR([sys/ipc.h not found.])], [])     AC_CHECK_HEADERS([sys/ipc.h], [], [AC_MSG_ERROR([sys/ipc.h not found.])], [])
    AC_CHECK_HEADERS([sys/shm.h], [], [AC_MSG_ERROR([sys/shm.h not found.])], [])     AC_CHECK_HEADERS([sys/shm.h], [], [AC_MSG_ERROR([sys/shm.h not found.])], [])

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb