Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Simon Ser
wayland
Commits
c56af574
Commit
c56af574
authored
Jun 12, 2013
by
Rob Bradford
Committed by
Kristian Høgsberg
Jun 14, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: Fix warning message on syscall failures
parent
bca41240
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
configure.ac
configure.ac
+3
-3
No files found.
configure.ac
View file @
c56af574
...
...
@@ -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 w
eston
")],
[AC_MSG_ERROR("SFD_CLOEXEC is needed to compile w
ayland
")],
[[#include <sys/signalfd.h>]])
AC_CHECK_DECL(TFD_CLOEXEC,[],
[AC_MSG_ERROR("TFD_CLOEXEC is needed to compile w
eston
")],
[AC_MSG_ERROR("TFD_CLOEXEC is needed to compile w
ayland
")],
[[#include <sys/timerfd.h>]])
AC_CHECK_DECL(CLOCK_MONOTONIC,[],
[AC_MSG_ERROR("CLOCK_MONOTONIC is needed to compile w
eston
")],
[AC_MSG_ERROR("CLOCK_MONOTONIC is needed to compile w
ayland
")],
[[#include <time.h>]])
AC_CHECK_HEADERS([execinfo.h])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment