X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=configure.ac;h=cca169934899e927c2b9322148813051a50d5b22;hb=1c8b4547cee99df587ed6b5d0112ab3f48d6534d;hp=8877a5b86b6225684c9823d3c33db1deb560e7ed;hpb=d2ec73c75a60604419171f6ea086a702607ad69f;p=deb_libnfs.git diff --git a/configure.ac b/configure.ac index 8877a5b..cca1699 100644 --- a/configure.ac +++ b/configure.ac @@ -121,6 +121,10 @@ AC_CHECK_HEADERS([sys/statvfs.h]) dnl Check for sys/socket.h AC_CHECK_HEADERS([sys/socket.h]) +# check for netinet/tcp.h +dnl Check for netinet/tcp.h +AC_CHECK_HEADERS([netinet/tcp.h]) + # check for netinet/in.h dnl Check for netinet/in.h AC_CHECK_HEADERS([netinet/in.h])