diff options
| author | Daniel Stone <daniels@collabora.com> | 2018-07-21 11:58:41 +0100 |
|---|---|---|
| committer | Daniel Stone <daniels@collabora.com> | 2018-07-26 16:21:46 +0100 |
| commit | 99c3c10ad0e0a27a8c5d33d1e285e8b77fe0534b (patch) | |
| tree | 6e190e1679bd77af7812a2c1e1e0102aa41bc97a | |
| parent | wayland-server: Finally remove deprecated struct wl_buffer definition (diff) | |
| download | wayland-99c3c10ad0e0a27a8c5d33d1e285e8b77fe0534b.tar wayland-99c3c10ad0e0a27a8c5d33d1e285e8b77fe0534b.tar.gz wayland-99c3c10ad0e0a27a8c5d33d1e285e8b77fe0534b.tar.bz2 wayland-99c3c10ad0e0a27a8c5d33d1e285e8b77fe0534b.tar.lz wayland-99c3c10ad0e0a27a8c5d33d1e285e8b77fe0534b.tar.xz wayland-99c3c10ad0e0a27a8c5d33d1e285e8b77fe0534b.tar.zst wayland-99c3c10ad0e0a27a8c5d33d1e285e8b77fe0534b.zip | |
build: Remove execinfo.h check
The check for the execinfo.h header is only advisory; the build will not
fail if it is not present, and set HAVE_EXECINFO_H if it is. The check
was added in commit bc3e020475e ("build: Add declaration checks to check for
required syscall flags") with no obvious use or reasoning.
Remove the no-op check.
Signed-off-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Derek Foreman <derek.foreman.samsung@gmail.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
| -rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 81cf407..8c2fb82 100644 --- a/configure.ac +++ b/configure.ac @@ -109,7 +109,6 @@ if test "x$enable_libraries" = "xyes"; then AC_CHECK_DECL(CLOCK_MONOTONIC,[], [AC_MSG_ERROR("CLOCK_MONOTONIC is needed to compile wayland libraries")], [[#include <time.h>]]) - AC_CHECK_HEADERS([execinfo.h]) fi PKG_CHECK_MODULES(EXPAT, [expat], [], |
