aboutsummaryrefslogtreecommitdiffstats
path: root/libosmocore/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'libosmocore/configure.in')
-rw-r--r--libosmocore/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libosmocore/configure.in b/libosmocore/configure.in
index b5898bd59..a5c5f6b35 100644
--- a/libosmocore/configure.in
+++ b/libosmocore/configure.in
@@ -14,6 +14,7 @@ AC_PROG_LIBTOOL
dnl checks for header files
AC_HEADER_STDC
+AC_CHECK_HEADERS(execinfo.h sys/select.h)
# The following test is taken from WebKit's webkit.m4
saved_CFLAGS="$CFLAGS"