X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=configure.ac;h=b1f289a118d95bc5bae28f01d9e2be987bfb4a1b;hb=5a1f14543499d49219245b3c0c274ca8c35919c1;hp=a569f7016d914ac7839d69a0f61a138c0e0e1c38;hpb=9115b88cb83c6ce2ec360047b0981a2dd209cb63;p=deb_libnfs.git diff --git a/configure.ac b/configure.ac index a569f70..b1f289a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.50) -AC_INIT([libnfs], [1.0.0]) +AC_INIT([libnfs], [1.0.0], [ronniesahlberg@gmail.com]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign]) AC_CANONICAL_HOST @@ -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])])