mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-02-26 01:40:41 -05:00
build: Fix warning message on syscall failures
This commit is contained in:
parent
bca4124045
commit
c56af574ca
1 changed files with 3 additions and 3 deletions
|
|
@ -42,13 +42,13 @@ AC_SUBST(GCC_CFLAGS)
|
|||
AC_CHECK_FUNCS([accept4 mkostemp])
|
||||
|
||||
AC_CHECK_DECL(SFD_CLOEXEC,[],
|
||||
[AC_MSG_ERROR("SFD_CLOEXEC is needed to compile weston")],
|
||||
[AC_MSG_ERROR("SFD_CLOEXEC is needed to compile wayland")],
|
||||
[[#include <sys/signalfd.h>]])
|
||||
AC_CHECK_DECL(TFD_CLOEXEC,[],
|
||||
[AC_MSG_ERROR("TFD_CLOEXEC is needed to compile weston")],
|
||||
[AC_MSG_ERROR("TFD_CLOEXEC is needed to compile wayland")],
|
||||
[[#include <sys/timerfd.h>]])
|
||||
AC_CHECK_DECL(CLOCK_MONOTONIC,[],
|
||||
[AC_MSG_ERROR("CLOCK_MONOTONIC is needed to compile weston")],
|
||||
[AC_MSG_ERROR("CLOCK_MONOTONIC is needed to compile wayland")],
|
||||
[[#include <time.h>]])
|
||||
AC_CHECK_HEADERS([execinfo.h])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue