summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrzej Rybczak <electricityispower@gmail.com>2014-08-31 12:24:09 +0200
committerAndrzej Rybczak <electricityispower@gmail.com>2014-08-31 12:24:09 +0200
commit37195d6bea01c2690c16148511ad2aaa5b8a6abc (patch)
treea8744eee40bc7a3366616f06f92e7590ca0a76f3 /configure.ac
parent40ef9070afbdf6fc6744e0307ff207b8dbb450d8 (diff)
set TCP_NODELAY on the mpd tcp socket
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b12253fa..2c7bbfe6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -185,7 +185,7 @@ AC_CHECK_LIB(regex, regcomp, LDFLAGS="$LDFLAGS -lregex", )
dnl ================================
dnl = checking for various headers =
dnl ================================
-AC_CHECK_HEADERS([dirent.h regex.h], , AC_MSG_ERROR(vital headers missing))
+AC_CHECK_HEADERS([netinet/tcp.h netinet/in.h], , AC_MSG_ERROR(vital headers missing))
AC_CHECK_HEADERS([langinfo.h], , AC_MSG_WARN(locale detection disabled))
dnl ==============================