aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-05-22 12:25:57 +0200
committerHarald Welte <laforge@gnumonks.org>2011-05-22 12:25:57 +0200
commite476442cf0e84c65565ace545f5b73602b5f0ffc (patch)
tree02f3e4ecc2d42461d1fcb15e9d724e3d7d88a09d /configure.in
parent33cb71ac91fb870702dbb71595dba4a554001e3c (diff)
GSMTAP/socket code: Check for sys/socket.h and conditionally compile
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index ead18f07..2e22bb24 100644
--- a/configure.in
+++ b/configure.in
@@ -18,7 +18,7 @@ AC_CONFIG_MACRO_DIR([m4])
dnl checks for header files
AC_HEADER_STDC
-AC_CHECK_HEADERS(execinfo.h sys/select.h syslog.h ctype.h)
+AC_CHECK_HEADERS(execinfo.h sys/select.h sys/socket.h syslog.h ctype.h)
# The following test is taken from WebKit's webkit.m4
saved_CFLAGS="$CFLAGS"