X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=configure.ac;h=1b21947fcd9ab8266bdc9b1914ca36dab854d24f;hb=647d2ea11cccea1e96629142abbe25de8ef1c7b5;hp=a569f7016d914ac7839d69a0f61a138c0e0e1c38;hpb=93e9306f80b59786910576eb7d47e3466db68282;p=deb_libnfs.git diff --git a/configure.ac b/configure.ac index a569f70..1b21947 100644 --- a/configure.ac +++ b/configure.ac @@ -49,6 +49,7 @@ case $host in ;; *solaris*) AC_CHECK_HEADERS([sys/filio.h]) + AC_CHECK_HEADERS([sys/sockio.h]) if test x$ENABLE_EXAMPLES = xyes; then AC_CHECK_LIB([socket], [main], , [AC_MSG_ERROR([Can not find required library])]) AC_CHECK_LIB([nsl], [main], , [AC_MSG_ERROR([Can not find required library])])