X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=configure.ac;h=cca169934899e927c2b9322148813051a50d5b22;hb=6d89ace041388b1770167eb473ac539ae74f37db;hp=407b646cf1cbdcbdc2987e1707e356ba5a0f533f;hpb=558aefc7364ec0ddf1250c6df5c819c166456111;p=deb_libnfs.git diff --git a/configure.ac b/configure.ac index 407b646..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]) @@ -156,6 +160,7 @@ AC_CONFIG_FILES([Makefile] [mount/Makefile] [nfs/Makefile] [nlm/Makefile] + [nsm/Makefile] [portmap/Makefile] [rquota/Makefile] [examples/Makefile]