Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 493436
Collapse All | Expand All

(-)a/xf86-video-intel-2.99.906/configure.ac (+1 lines)
Lines 184-189 PKG_CHECK_MODULES(TOOL, [xinerama xrandr xdamage xfixes xcursor xtst xrender xex Link Here
184
if test "x$tools" = "xyes"; then
184
if test "x$tools" = "xyes"; then
185
  AC_CHECK_HEADER([sys/ipc.h], [], [tools=no])
185
  AC_CHECK_HEADER([sys/ipc.h], [], [tools=no])
186
  AC_CHECK_HEADER([sys/shm.h], [], [tools=no])
186
  AC_CHECK_HEADER([sys/shm.h], [], [tools=no])
187
  AC_CHECK_HEADER([sys/timerfd.h], [], [tools=no])
187
188
188
  if test "$ac_cv_header_sys_ipc_h" = "yes" -a "$ac_cv_header_sys_shm_h" = "yes"; then
189
  if test "$ac_cv_header_sys_ipc_h" = "yes" -a "$ac_cv_header_sys_shm_h" = "yes"; then
189
      AC_MSG_CHECKING(whether shmctl IPC_RMID allows subsequent attaches)
190
      AC_MSG_CHECKING(whether shmctl IPC_RMID allows subsequent attaches)

Return to bug 493436